Python-Dev
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
September 2015
- 85 participants
- 65 discussions
Hi,
https://hg.python.org/ returns 503 Service Unavailable for an hour or so.
Is it a maintenance? When it is expected to end?
Best regards,
Ivan
2
1
On behalf of the Python development community and the Python 3.5 release
team, I'm surprised to announce the availability of Python 3.5.0rc4,
also known as Python 3.5.0 Release Candidate 4.
Python 3.5.0 Release Candidate 3 was only released about a day ago.
However: during testing, a major regression was discovered, reported on
the issue tracker as #25027:
http://bugs.python.org/issue25027
Python 3.5 includes some big changes on how Python is built on Windows.
One of those changes resulted in Python processes on Windows exceeding
the maximum number of loadable shared libraries. As a result Windows
builds of Python could no longer run major Python software stacks like
Pandas and Jupyter. Fixing this required non-trivial last-minute changes
to the Windows build--and those changes need testing. We therefore
elected to insert an extra release candidate before the final release,
to get these changes into your hands as soon as possible, so that
Windows users could test these changes.
As with all other Python 3.5 releases to date, this is a preview
release, and its use is not recommended for production settings.
However, users are encouraged to test with Python 3.5.0rc4, /especially/
Windows users who build or make use of numerous external packages.
(Non-Windows users will find little difference between Python 3.5.0rc3
and Python 3.5.0rc4.)
You can find Python 3.5.0rc4 here:
https://www.python.org/downloads/release/python-350rc4/
Windows and Mac users: please read the important platform-specific
"Notes on this release" section near the end of that page.
Please kick the tires,
//arry/
p.s. Special thanks from the Python 3.5 release team to Christoph
Gohlke for the bug report!
2
1
Dear
I was trying to install NS3 on my mac os, it seems missed the python-dev
installed.
However, the 'sudo port install python-dev'is not working because the port
can not be found. please help for install the 'python-dev'
thanks!!
best
2
1
![](https://secure.gravatar.com/avatar/2828041405aa313004b6549acf918228.jpg?s=120&d=mm&r=g)
08 Sep '15
I've made a number of small changes to PEP 498. I don't think any of the
changes I've made in the last week are substantive. Mostly I've
clarified how it works and removing some limitations. The only
meaningful change is that expressions are now surrounded by parens
before they're evaluated. This allows for newlines inside of the
expressions to be ignored.
I think it's now ready for Guido to pronounce on it.
The code in issue 24965 is slightly out of date, in that it has some
limitations that are no longer mentioned in the PEP and doesn't enclose
the expression in parens before evaluation. If the PEP is accepted, I'll
fix that and update the issue.
--
Eric.
15
36
![](https://secure.gravatar.com/avatar/4998ae5b05a15276e3b1776925c9684f.jpg?s=120&d=mm&r=g)
Re: [Python-Dev] Yet another "A better story for multi-core Python" comment
by Gary Robinson 08 Sep '15
by Gary Robinson 08 Sep '15
08 Sep '15
>
> Trent seems to be on to something that requires only a bit of a tilt
> ;-), and despite the caveat above, I agree with David, check it out:
I emailed with Trent a couple years ago about this very topic. The biggest issue for me was that it was Windows-only, but it sounds like that restriction may be getting closer to possibly going away… (?)
--
Gary Robinson
garyrob(a)me.com
http://www.garyrobinson.net
1
0
Hi,
I'd like to collect thinking on best practices that we can use as a style guide
for string interpolation. Now that arbitrary expressions are very likely to be
included, it is more important to set guidelines than it would otherwise be.
Below is a recent post with some good ideas (though it hopes to restrict
expressions, which is not what we're discussing here, but rather creation of a
style-guide for code-review a la PEP8).
Would anyone else like to contribute?
-Mike
Recent posts:
- On PEPs to augment PEP8:
https://mail.python.org/pipermail/python-dev/2015-September/141473.html
- On things to avoid in f-strings:
https://mail.python.org/pipermail/python-dev/2015-September/141451.html
(part included below)
On 09/05/2015 02:10 AM, haypo s (Victor Stinner) wrote:
> Would it be possible to specify a subset of the Python language
> allowed in f-string? For example, __import__ or lambda should not be
> used in a f-string. I'm not convinced that a loop or
> list/dict/set-comprehension is a good idea neither.
>
> I would prefer to keep as much code as possible *outside* f-string because:
> - text editor knows well how to color it
> - static analyzers know how to analyze it
> - it encourage developers to indent and comment their code correctly,
> whereas f-string has more restrictons on indentation (is it possible
> to indent and comment code inside a f-string?)
>
> For example, for me it's a common practice to write a complex
> list-comprehension on two lines for readability:
>
> newlist = [very_complex_expression(item)
> for item in oldlist]
> # sorry, it's hard to indent correctly in a mail client, especially Gmail
>
> Well, I'm not convinced that we need a larger subset than what is
> allowed currently in str.format(), simple expressions like: obj.attr,
> obj[index], etc.
>
> I recall horrible examples in the previous mail threads showing how
> much complex code you can put inside f-string.
>
> Even the following example from the PEP seems too complex to me:
> print(f"Usage: {sys.argv[0]} [{'|'.join('--'+opt for opt in
> valid_opts)}]", file=sys.stderr)
>
> Oh, first I read [...] as a list-comprehension :-p But it's part of
> the output string, not of the Python code...
>
> I prefer to build the second parameter outside the f-string:
> opts = '|'.join('--'+opt for opt in valid_opts)
> print(f"Usage: {sys.argv[0]} [{opts}]", file=sys.stderr)
>
3
4
I've been unable to install Python 3.5rc3.
It progresses to installing Tcl/tk, then reports that a newer version
of 3.5 is already installed, then it rolls back (slowly).
I don't know where it's finding this "newer version"; I've uninstalled
the previous releases of Python 3.5.
I'm on Windows 10.
Here's the contents of the log file:
[0A40:1CC8][2015-09-08T04:29:45]i001: Burn v3.10.0.1823, Windows v10.0
(Build 10240: Service Pack 0), path:
C:\Users\MRAB\Downloads\Python\python-3.5.0rc3.exe
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'ActionLikeInstalling' to value 'Installing'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'ActionLikeInstallation' to value 'Setup'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'ShortVersion' to value '3.5'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'ShortVersionNoDot' to value '35'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'InstallAllUsers' to value '0'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'InstallLauncherAllUsers' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'TargetDir' to value ''
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'DefaultAllUsersTargetDir' to value '[ProgramFilesFolder]Python
[ShortVersion]'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'TargetPlatform' to value 'x86'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'DefaultJustForMeTargetDir' to value
'[LocalAppDataFolder]Programs\Python\Python[ShortVersionNoDot]-32'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'OptionalFeaturesRegistryKey' to value
'Software\Python\PythonCore\[ShortVersion]-32\InstalledFeatures'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'TargetDirRegistryKey' to value
'Software\Python\PythonCore\[ShortVersion]-32\InstallPath'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'DefaultCustomTargetDir' to value ''
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'InstallAllUsersState' to value 'enabled'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'InstallLauncherAllUsersState' to value 'enabled'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'CustomInstallLauncherAllUsersState' to value
'[InstallLauncherAllUsersState]'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'TargetDirState' to value 'enabled'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'CustomBrowseButtonState' to value 'enabled'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_core' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_exe' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_dev' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_lib' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_test' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_doc' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_tools' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_tcltk' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_pip' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_launcher' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_symbols' to value '0'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Include_debug' to value '0'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'LauncherOnly' to value '0'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'AssociateFiles' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'Shortcuts' to value '1'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'PrependPath' to value '0'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'CompileAll' to value '0'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing numeric variable
'SimpleInstall' to value '0'
[0A40:1CC8][2015-09-08T04:29:45]i000: Initializing string variable
'SimpleInstallDescription' to value ''
[0A40:1CC8][2015-09-08T04:29:45]i009: Command Line: ''
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting string variable
'WixBundleLog' to value 'C:\Users\MRAB\AppData\Local\Temp\Python
3.5.0rc3 (32-bit)_20150908042945.log'
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting string variable
'WixBundleOriginalSource' to value
'C:\Users\MRAB\Downloads\Python\python-3.5.0rc3.exe'
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting string variable
'WixBundleOriginalSourceFolder' to value 'C:\Users\MRAB\Downloads\Python\'
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting string variable
'WixBundleName' to value 'Python 3.5.0rc3 (32-bit)'
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting string variable
'WixBundleManufacturer' to value 'Python Software Foundation'
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'CRTInstalled' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_debug' to value 0
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_symbols' to value 0
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_dev' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_doc' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_exe' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_lib' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'PrependPath' to value 0
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_pip' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_tcltk' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_test' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Include_tools' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting numeric variable
'Shortcuts' to value 1
[0A40:1CC8][2015-09-08T04:29:45]i000: Setting string variable
'InstallAllUsersState' to value 'disable'
[0A40:1508][2015-09-08T04:29:45]i000: Did not find
C:\Users\MRAB\Downloads\Python\unattend.xml
[0A40:1508][2015-09-08T04:29:46]i000: Setting string variable
'ActionLikeInstalling' to value 'Installing'
[0A40:1508][2015-09-08T04:29:46]i000: Setting string variable
'ActionLikeInstallation' to value 'Setup'
[0A40:1508][2015-09-08T04:29:46]i000: Setting version variable
'WixBundleFileVersion' to value '3.5.123.0'
[0A40:1CC8][2015-09-08T04:29:46]i100: Detect begin, 54 packages
[0A40:1CC8][2015-09-08T04:29:46]i103: Detected related package:
{CF3F6C9B-5897-40E0-9650-8B2700475A41}, scope: PerMachine, version:
3.5.5339.0, language: 0 operation: Downgrade
[0A40:1CC8][2015-09-08T04:29:46]i103: Detected related package:
{CF3F6C9B-5897-40E0-9650-8B2700475A41}, scope: PerMachine, version:
3.5.5339.0, language: 0 operation: Downgrade
[0A40:1CC8][2015-09-08T04:29:46]i103: Detected related package:
{0D8550C8-AFBE-48C6-8C89-66B8FE2F2207}, scope: PerUser, version:
3.5.121.0, language: 0 operation: MajorUpgrade
[0A40:1CC8][2015-09-08T04:29:46]i103: Detected related package:
{0D8550C8-AFBE-48C6-8C89-66B8FE2F2207}, scope: PerUser, version:
3.5.121.0, language: 0 operation: MajorUpgrade
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.0_x86, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.0_x64, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.1_x86, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.1_x64, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.2_x86, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.2_x64, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.3_x86, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
crt_14.0_v6.3_x64, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: core_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
core_AllUsers_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: core_AllUsers_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: core_JustForMe,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
core_JustForMe_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
core_JustForMe_d, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: dev_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: dev_AllUsers_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: dev_JustForMe,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: dev_JustForMe_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: exe_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: exe_AllUsers,
feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: exe_AllUsers,
feature: Shortcuts, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
exe_AllUsers_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: exe_AllUsers_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: exe_JustForMe,
state: Absent, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: exe_JustForMe,
feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: exe_JustForMe,
feature: Shortcuts, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
exe_JustForMe_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: exe_JustForMe_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: lib_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
lib_AllUsers_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: lib_AllUsers_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: lib_JustForMe,
state: Absent, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
lib_JustForMe_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: lib_JustForMe_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: test_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
test_AllUsers_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: test_AllUsers_d,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: test_JustForMe,
state: Absent, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
test_JustForMe_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
test_JustForMe_d, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: doc_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: doc_AllUsers,
feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: doc_AllUsers,
feature: Shortcuts, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: doc_JustForMe,
state: Absent, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: doc_JustForMe,
feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: doc_JustForMe,
feature: Shortcuts, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: tools_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: tools_JustForMe,
state: Absent, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: tcltk_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: tcltk_AllUsers,
feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: tcltk_AllUsers,
feature: AssociateFiles, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: tcltk_AllUsers,
feature: Shortcuts, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
tcltk_AllUsers_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
tcltk_AllUsers_pdb, feature: Symbols, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
tcltk_AllUsers_d, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
tcltk_AllUsers_d, feature: DebugBinaries, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: tcltk_JustForMe,
state: Absent, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: tcltk_JustForMe,
feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: tcltk_JustForMe,
feature: AssociateFiles, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package: tcltk_JustForMe,
feature: Shortcuts, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
tcltk_JustForMe_pdb, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
tcltk_JustForMe_pdb, feature: Symbols, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
tcltk_JustForMe_d, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
tcltk_JustForMe_d, feature: DebugBinaries, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
launcher_AllUsers, state: Obsolete, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
launcher_AllUsers, feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
launcher_AllUsers, feature: AssociateFiles, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
launcher_JustForMe, state: Obsolete, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
launcher_JustForMe, feature: DefaultFeature, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i104: Detected package:
launcher_JustForMe, feature: AssociateFiles, state: Absent
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: pip_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: pip_JustForMe,
state: Absent, cached: Complete
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: path_AllUsers,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package: path_JustForMe,
state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
compileall_AllUsers, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i101: Detected package:
compileall_JustForMe, state: Absent, cached: None
[0A40:1CC8][2015-09-08T04:29:46]i199: Detect complete, result: 0x0
[0A40:1508][2015-09-08T04:29:46]i052: Condition 'not WixBundleElevated
and (InstallAllUsers or (InstallLauncherAllUsers and Include_launcher))'
evaluates to true.
[0A40:1508][2015-09-08T04:29:47]i000: Setting numeric variable
'PrependPath' to value 0
[0A40:1508][2015-09-08T04:29:47]i000: Setting numeric variable
'InstallLauncherAllUsers' to value 1
[0A40:1508][2015-09-08T04:29:47]i052: Condition 'not WixBundleElevated
and (InstallAllUsers or (InstallLauncherAllUsers and Include_launcher))'
evaluates to true.
[0A40:1508][2015-09-08T04:29:47]i000: Setting numeric variable
'CompileAll' to value 0
[0A40:1508][2015-09-08T04:29:47]i000: Setting string variable
'TargetDir' to value
'C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32'
[0A40:1508][2015-09-08T04:29:47]i000: Setting string variable
'ActionLikeInstalling' to value 'Installing'
[0A40:1508][2015-09-08T04:29:47]i000: Setting string variable
'ActionLikeInstallation' to value 'Setup'
[0A40:1CC8][2015-09-08T04:29:47]i200: Plan begin, 54 packages, action:
Install
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.0 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.0 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.0_x86
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.0 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.0 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.0_x64
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.1 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.1 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.1_x86
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.1 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.1 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.1_x64
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.2 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.2 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.2_x86
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.2 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.2 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.2_x64
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.3 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT = v6.3 and not VersionNT64 and (Include_core or Include_exe or
Include_launcher or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.3_x86
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.3 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not CRTInstalled and
VersionNT64 = v6.3 and (Include_core or Include_exe or Include_launcher
or Include_pip) and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: crt_14.0_v6.3_x64
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and not
LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and not
LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: core_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: core_AllUsers_pdb, bundle scope: PerUser,
package scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: core_AllUsers_d, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and not
LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and not
LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_core_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_000_core_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_core_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_000_core_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_core or Include_exe or Include_launcher or Include_pip) and
Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_dev and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_dev and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: dev_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_dev and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_dev and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: dev_AllUsers_d, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_dev and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_dev and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_dev_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_001_dev_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_dev_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_001_dev_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_dev and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_dev and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and not LauncherOnly'
evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and not LauncherOnly'
evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 2 msi features for package:
exe_AllUsers
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DefaultFeature,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Shortcuts, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: exe_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_symbols and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_symbols and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: exe_AllUsers_pdb, bundle scope: PerUser,
package scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_debug and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_debug and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: exe_AllUsers_d, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and not LauncherOnly'
evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and not LauncherOnly'
evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 2 msi features for package:
exe_JustForMe
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DefaultFeature,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Shortcuts, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_exe_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_002_exe_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_exe_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_002_exe_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_symbols and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_symbols and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_debug and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
(Include_exe or Include_launcher or Include_pip) and Include_debug and
not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_lib and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_lib and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: lib_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_lib and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_lib and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: lib_AllUsers_pdb, bundle scope: PerUser,
package scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_lib and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_lib and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: lib_AllUsers_d, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_lib and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_lib and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_lib_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_003_lib_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_lib_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_003_lib_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_lib and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_lib and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_lib and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_lib and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_test and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_test and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: test_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_test and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_test and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: test_AllUsers_pdb, bundle scope: PerUser,
package scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_test and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_test and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: test_AllUsers_d, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_test and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_test and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_test_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_004_test_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_test_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_004_test_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_test and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_test and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_test and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_test and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_doc and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_doc and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 2 msi features for package:
doc_AllUsers
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DefaultFeature,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Shortcuts, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: doc_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_doc and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_doc and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 2 msi features for package:
doc_JustForMe
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DefaultFeature,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Shortcuts, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_doc_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_005_doc_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_doc_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_005_doc_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tools and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tools and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: tools_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tools and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tools and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_tools_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_006_tools_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_tools_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_006_tools_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tcltk and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tcltk and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 3 msi features for package:
tcltk_AllUsers
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DefaultFeature,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: AssociateFiles,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Shortcuts, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: tcltk_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 1 msi features for package:
tcltk_AllUsers_pdb
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Symbols, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: tcltk_AllUsers_pdb, bundle scope: PerUser,
package scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tcltk and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_tcltk and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 1 msi features for package:
tcltk_AllUsers_d
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DebugBinaries,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: tcltk_AllUsers_d, bundle scope: PerUser,
package scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tcltk and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tcltk and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 3 msi features for package:
tcltk_JustForMe
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DefaultFeature,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: AssociateFiles,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Shortcuts, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_tcltk_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_007_tcltk_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_tcltk_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_007_tcltk_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 1 msi features for package:
tcltk_JustForMe_pdb
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: Symbols, state:
Absent, default requested: Unknown, ba requested: Local, execute action:
AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tcltk and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_tcltk and Include_debug and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 1 msi features for package:
tcltk_JustForMe_d
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DebugBinaries,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition '(InstallAllUsers or
InstallLauncherAllUsers) and Include_launcher' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i204: Plan 2 msi features for package:
launcher_AllUsers
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: DefaultFeature,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]i203: Planned feature: AssociateFiles,
state: Absent, default requested: Unknown, ba requested: Local, execute
action: AddLocal, rollback action: Remove
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: launcher_AllUsers, bundle scope: PerUser,
package scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_launcher_AllUsers' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_008_launcher_AllUsers_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_launcher_AllUsers' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_008_launcher_AllUsers.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not (InstallAllUsers or
InstallLauncherAllUsers) and Include_launcher' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_pip and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
Include_pip and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: pip_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_pip and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
Include_pip and not LauncherOnly' evaluates to true.
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleRollbackLog_pip_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_009_pip_JustForMe_rollback.log'
[0A40:1CC8][2015-09-08T04:29:47]i000: Setting string variable
'WixBundleLog_pip_JustForMe' to value
'C:\Users\MRAB\AppData\Local\Temp\Python 3.5.0rc3
(32-bit)_20150908042945_009_pip_JustForMe.log'
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
PrependPath and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
PrependPath and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w322: Skipping cross-scope dependency
registration on package: path_AllUsers, bundle scope: PerUser, package
scope: PerMachine
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
PrependPath and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
PrependPath and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
CompileAll and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'InstallAllUsers and
CompileAll and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: compileall_AllUsers
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
CompileAll and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]i052: Condition 'not InstallAllUsers and
CompileAll and not LauncherOnly' evaluates to false.
[0A40:1CC8][2015-09-08T04:29:47]w321: Skipping dependency registration
on package with no dependency providers: compileall_JustForMe
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.0_x86, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.0_x64, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.1_x86, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.1_x64, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.2_x86, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.2_x64, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.3_x86, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
crt_14.0_v6.3_x64, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: core_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
core_AllUsers_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: core_AllUsers_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: core_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: Yes, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
core_JustForMe_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: core_JustForMe_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: dev_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: dev_AllUsers_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: dev_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: Yes, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: dev_JustForMe_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: exe_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: exe_AllUsers_pdb,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: exe_AllUsers_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: exe_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: No, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
exe_JustForMe_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: exe_JustForMe_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: lib_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: lib_AllUsers_pdb,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: lib_AllUsers_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: lib_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: No, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
lib_JustForMe_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: lib_JustForMe_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: test_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
test_AllUsers_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: test_AllUsers_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: test_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: No, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
test_JustForMe_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: test_JustForMe_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: doc_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: doc_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: No, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: tools_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: tools_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: No, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: tcltk_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
tcltk_AllUsers_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: tcltk_AllUsers_d,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: tcltk_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: No, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
tcltk_JustForMe_pdb, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
tcltk_JustForMe_d, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
launcher_AllUsers, state: Obsolete, default requested: None, ba
requested: Present, execute: Install, rollback: Uninstall, cache: No,
uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
launcher_JustForMe, state: Obsolete, default requested: None, ba
requested: None, execute: None, rollback: None, cache: No, uncache: No,
dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: pip_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: pip_JustForMe,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: Uninstall, cache: No, uncache: No,
dependency: Register
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: path_AllUsers,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package: path_JustForMe,
state: Absent, default requested: Absent, ba requested: Absent, execute:
None, rollback: None, cache: No, uncache: No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
compileall_AllUsers, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i201: Planned package:
compileall_JustForMe, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[0A40:1CC8][2015-09-08T04:29:47]i299: Plan complete, result: 0x0
[0A40:1CC8][2015-09-08T04:29:47]i300: Apply begin
[0A40:1CC8][2015-09-08T04:29:47]i010: Launching elevated engine process.
[0A40:1CC8][2015-09-08T04:29:49]i011: Launched elevated engine process.
[0A40:1CC8][2015-09-08T04:29:49]i012: Connected to elevated engine.
[1FCC:1C70][2015-09-08T04:29:49]i358: Pausing automatic updates.
[1FCC:1C70][2015-09-08T04:29:49]w308: Automatic updates could not be
paused due to error: 0x80040154. Continuing...
[1FCC:1C70][2015-09-08T04:29:49]i360: Creating a system restore point.
[1FCC:1C70][2015-09-08T04:29:49]i361: Created a system restore point.
[0A40:1CC8][2015-09-08T04:29:49]i370: Session begin, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{939c965b-21aa-4e7f-9b88-bf9f41fe47d8},
options: 0x7, disable resume: No
[0A40:1CC8][2015-09-08T04:29:49]i000: Caching bundle from:
'C:\Users\MRAB\AppData\Local\Temp\{939c965b-21aa-4e7f-9b88-bf9f41fe47d8}\.be\python-3.5.0rc3.exe'
to: 'C:\Users\MRAB\AppData\Local\Package
Cache\{939c965b-21aa-4e7f-9b88-bf9f41fe47d8}\python-3.5.0rc3.exe'
[0A40:1CC8][2015-09-08T04:29:50]i320: Registering bundle dependency
provider: {939c965b-21aa-4e7f-9b88-bf9f41fe47d8}, version: 3.5.123.0
[0A40:1CC8][2015-09-08T04:29:50]i371: Updating session, registration
key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{939c965b-21aa-4e7f-9b88-bf9f41fe47d8},
resume: Active, restart initiated: No, disable resume: No
[0A40:1CC0][2015-09-08T04:29:50]i305: Verified acquired payload:
core_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\.unverified\core_JustForMe, moving to:
C:\Users\MRAB\AppData\Local\Package
Cache\{96875502-851C-4716-AF31-D2308A293849}v3.5.123.0\core.msi.
[0A40:1CC8][2015-09-08T04:29:50]i323: Registering package dependency
provider: {96875502-851C-4716-AF31-D2308A293849}, version: 3.5.123.0,
package: core_JustForMe
[0A40:1CC8][2015-09-08T04:29:50]i301: Applying execute package:
core_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{96875502-851C-4716-AF31-D2308A293849}v3.5.123.0\core.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC0][2015-09-08T04:29:50]i305: Verified acquired payload:
dev_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\.unverified\dev_JustForMe, moving to:
C:\Users\MRAB\AppData\Local\Package
Cache\{1F48D630-274F-47B1-8425-E6E147A7312B}v3.5.123.0\dev.msi.
[0A40:1CC0][2015-09-08T04:29:50]i304: Verified existing payload:
exe_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\{D924F350-F479-4B43-941C-DE9BDD40BE79}v3.5.123.0\exe.msi.
[0A40:1CC0][2015-09-08T04:29:50]i304: Verified existing payload:
lib_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\{629CBAA8-3EDF-43A8-9A2B-92E1BBA86955}v3.5.123.0\lib.msi.
[0A40:1CC0][2015-09-08T04:29:50]i304: Verified existing payload:
test_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\{A293DE1B-6CBD-4474-9695-6DD093A9175A}v3.5.123.0\test.msi.
[0A40:1CC0][2015-09-08T04:29:50]i304: Verified existing payload:
doc_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\{7A78FBDB-2802-4440-A71C-5C4302DD6A15}v3.5.123.0\doc.msi.
[0A40:1CC0][2015-09-08T04:29:50]i304: Verified existing payload:
tools_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\{EAF34C48-097F-46C7-8040-113B4831261A}v3.5.123.0\tools.msi.
[0A40:1CC0][2015-09-08T04:29:50]i304: Verified existing payload:
tcltk_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\{137010C2-D3AC-44DA-AE5B-C38D7CB3B2D1}v3.5.123.0\tcltk.msi.
[1FCC:1E50][2015-09-08T04:29:50]i304: Verified existing payload:
launcher_AllUsers at path: C:\ProgramData\Package
Cache\{288248CB-0C6D-45F8-B52A-629B4C5EF1FD}v3.5.122.0\launcher.msi.
[0A40:1CC0][2015-09-08T04:29:50]i304: Verified existing payload:
pip_JustForMe at path: C:\Users\MRAB\AppData\Local\Package
Cache\{465634FD-E060-45CF-B5A9-E9DA55FC815C}v3.5.123.0\pip.msi.
[0A40:1CC8][2015-09-08T04:29:50]i319: Applied execute package:
core_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:29:50]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{96875502-851C-4716-AF31-D2308A293849}, package: core_JustForMe
[0A40:1CC8][2015-09-08T04:29:50]i323: Registering package dependency
provider: {1F48D630-274F-47B1-8425-E6E147A7312B}, version: 3.5.123.0,
package: dev_JustForMe
[0A40:1CC8][2015-09-08T04:29:50]i301: Applying execute package:
dev_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{1F48D630-274F-47B1-8425-E6E147A7312B}v3.5.123.0\dev.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:29:53]i319: Applied execute package:
dev_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:29:53]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{1F48D630-274F-47B1-8425-E6E147A7312B}, package: dev_JustForMe
[0A40:1CC8][2015-09-08T04:29:53]i323: Registering package dependency
provider: {D924F350-F479-4B43-941C-DE9BDD40BE79}, version: 3.5.123.0,
package: exe_JustForMe
[0A40:1CC8][2015-09-08T04:29:53]i301: Applying execute package:
exe_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{D924F350-F479-4B43-941C-DE9BDD40BE79}v3.5.123.0\exe.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"
ADDLOCAL="DefaultFeature,Shortcuts"'
[0A40:1CC8][2015-09-08T04:29:54]i319: Applied execute package:
exe_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:29:54]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{D924F350-F479-4B43-941C-DE9BDD40BE79}, package: exe_JustForMe
[0A40:1CC8][2015-09-08T04:29:54]i323: Registering package dependency
provider: {629CBAA8-3EDF-43A8-9A2B-92E1BBA86955}, version: 3.5.123.0,
package: lib_JustForMe
[0A40:1CC8][2015-09-08T04:29:54]i301: Applying execute package:
lib_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{629CBAA8-3EDF-43A8-9A2B-92E1BBA86955}v3.5.123.0\lib.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:30:06]i319: Applied execute package:
lib_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:30:06]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{629CBAA8-3EDF-43A8-9A2B-92E1BBA86955}, package: lib_JustForMe
[0A40:1CC8][2015-09-08T04:30:06]i323: Registering package dependency
provider: {A293DE1B-6CBD-4474-9695-6DD093A9175A}, version: 3.5.123.0,
package: test_JustForMe
[0A40:1CC8][2015-09-08T04:30:06]i301: Applying execute package:
test_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{A293DE1B-6CBD-4474-9695-6DD093A9175A}v3.5.123.0\test.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:30:19]i319: Applied execute package:
test_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:30:19]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{A293DE1B-6CBD-4474-9695-6DD093A9175A}, package: test_JustForMe
[0A40:1CC8][2015-09-08T04:30:19]i323: Registering package dependency
provider: {7A78FBDB-2802-4440-A71C-5C4302DD6A15}, version: 3.5.123.0,
package: doc_JustForMe
[0A40:1CC8][2015-09-08T04:30:19]i301: Applying execute package:
doc_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{7A78FBDB-2802-4440-A71C-5C4302DD6A15}v3.5.123.0\doc.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"
ADDLOCAL="DefaultFeature,Shortcuts"'
[0A40:1CC8][2015-09-08T04:30:21]i319: Applied execute package:
doc_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:30:21]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{7A78FBDB-2802-4440-A71C-5C4302DD6A15}, package: doc_JustForMe
[0A40:1CC8][2015-09-08T04:30:21]i323: Registering package dependency
provider: {EAF34C48-097F-46C7-8040-113B4831261A}, version: 3.5.123.0,
package: tools_JustForMe
[0A40:1CC8][2015-09-08T04:30:21]i301: Applying execute package:
tools_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{EAF34C48-097F-46C7-8040-113B4831261A}v3.5.123.0\tools.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:30:23]i319: Applied execute package:
tools_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:30:23]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{EAF34C48-097F-46C7-8040-113B4831261A}, package: tools_JustForMe
[0A40:1CC8][2015-09-08T04:30:23]i323: Registering package dependency
provider: {137010C2-D3AC-44DA-AE5B-C38D7CB3B2D1}, version: 3.5.123.0,
package: tcltk_JustForMe
[0A40:1CC8][2015-09-08T04:30:23]i301: Applying execute package:
tcltk_JustForMe, action: Install, path:
C:\Users\MRAB\AppData\Local\Package
Cache\{137010C2-D3AC-44DA-AE5B-C38D7CB3B2D1}v3.5.123.0\tcltk.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"
ADDLOCAL="DefaultFeature,AssociateFiles,Shortcuts"'
[0A40:1CC8][2015-09-08T04:30:41]i319: Applied execute package:
tcltk_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:30:41]i325: Registering dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{137010C2-D3AC-44DA-AE5B-C38D7CB3B2D1}, package: tcltk_JustForMe
[1FCC:1C70][2015-09-08T04:30:41]i301: Applying execute package:
launcher_AllUsers, action: Install, path: C:\ProgramData\Package
Cache\{288248CB-0C6D-45F8-B52A-629B4C5EF1FD}v3.5.122.0\launcher.msi,
arguments: ' ALLUSERS="1" ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
ADDLOCAL="DefaultFeature,AssociateFiles"'
[1FCC:1C70][2015-09-08T04:30:45]e000: Error 0x80070643: Failed to
install MSI package.
[1FCC:1C70][2015-09-08T04:30:45]e000: Error 0x80070643: Failed to
execute MSI package.
[0A40:1CC8][2015-09-08T04:30:45]e000: Error 0x80070643: Failed to
configure per-machine MSI package.
[0A40:1CC8][2015-09-08T04:30:45]i319: Applied execute package:
launcher_AllUsers, result: 0x80070643, restart: None
[0A40:1CC8][2015-09-08T04:30:45]e000: Error 0x80070643: Failed to
execute MSI package.
[1FCC:1C70][2015-09-08T04:30:45]i318: Skipped rollback of package:
launcher_AllUsers, action: Uninstall, already: Absent
[0A40:1CC8][2015-09-08T04:30:45]i319: Applied rollback package:
launcher_AllUsers, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:30:45]i329: Removed package dependency
provider: {5CA1D2B2-DE07-4B9F-ABF8-3D988418F8BB}, package: tcltk_JustForMe_d
[0A40:1CC8][2015-09-08T04:30:45]i329: Removed package dependency
provider: {D1EF88EB-3931-45EC-B1D8-14A2838B9BF9}, package:
tcltk_JustForMe_pdb
[0A40:1CC8][2015-09-08T04:30:45]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{137010C2-D3AC-44DA-AE5B-C38D7CB3B2D1}, package tcltk_JustForMe
[0A40:1CC8][2015-09-08T04:30:45]i301: Applying rollback package:
tcltk_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"
REMOVE="DefaultFeature,AssociateFiles,Shortcuts"'
[0A40:1CC8][2015-09-08T04:31:26]i319: Applied rollback package:
tcltk_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:31:26]i329: Removed package dependency
provider: {137010C2-D3AC-44DA-AE5B-C38D7CB3B2D1}, package: tcltk_JustForMe
[0A40:1CC8][2015-09-08T04:31:26]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{EAF34C48-097F-46C7-8040-113B4831261A}, package tools_JustForMe
[0A40:1CC8][2015-09-08T04:31:26]i301: Applying rollback package:
tools_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:31:30]i319: Applied rollback package:
tools_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:31:30]i329: Removed package dependency
provider: {EAF34C48-097F-46C7-8040-113B4831261A}, package: tools_JustForMe
[0A40:1CC8][2015-09-08T04:31:30]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{7A78FBDB-2802-4440-A71C-5C4302DD6A15}, package doc_JustForMe
[0A40:1CC8][2015-09-08T04:31:30]i301: Applying rollback package:
doc_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"
REMOVE="DefaultFeature,Shortcuts"'
[0A40:1CC8][2015-09-08T04:31:30]i319: Applied rollback package:
doc_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:31:30]i329: Removed package dependency
provider: {7A78FBDB-2802-4440-A71C-5C4302DD6A15}, package: doc_JustForMe
[0A40:1CC8][2015-09-08T04:31:30]i329: Removed package dependency
provider: {9FA35BEC-6982-4A96-A10A-3FF07B52886E}, package: test_JustForMe_d
[0A40:1CC8][2015-09-08T04:31:30]i329: Removed package dependency
provider: {03DC3AE9-6287-4C3D-B662-0734A0E69C11}, package:
test_JustForMe_pdb
[0A40:1CC8][2015-09-08T04:31:30]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{A293DE1B-6CBD-4474-9695-6DD093A9175A}, package test_JustForMe
[0A40:1CC8][2015-09-08T04:31:30]i301: Applying rollback package:
test_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:31:57]i319: Applied rollback package:
test_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:31:57]i329: Removed package dependency
provider: {A293DE1B-6CBD-4474-9695-6DD093A9175A}, package: test_JustForMe
[0A40:1CC8][2015-09-08T04:31:57]i329: Removed package dependency
provider: {6FDE12E4-1CBE-440A-975B-0A419CEA876A}, package: lib_JustForMe_d
[0A40:1CC8][2015-09-08T04:31:57]i329: Removed package dependency
provider: {EC733C7D-9AE1-4016-81AF-87BA6F333ACE}, package: lib_JustForMe_pdb
[0A40:1CC8][2015-09-08T04:31:57]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{629CBAA8-3EDF-43A8-9A2B-92E1BBA86955}, package lib_JustForMe
[0A40:1CC8][2015-09-08T04:31:57]i301: Applying rollback package:
lib_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:32:19]i319: Applied rollback package:
lib_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:32:19]i329: Removed package dependency
provider: {629CBAA8-3EDF-43A8-9A2B-92E1BBA86955}, package: lib_JustForMe
[0A40:1CC8][2015-09-08T04:32:19]i329: Removed package dependency
provider: {5962E2A1-543B-4780-B71F-A78946B1EFB8}, package: exe_JustForMe_d
[0A40:1CC8][2015-09-08T04:32:19]i329: Removed package dependency
provider: {A5B5C471-90EF-483C-9717-796FBBE05F13}, package: exe_JustForMe_pdb
[0A40:1CC8][2015-09-08T04:32:19]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{D924F350-F479-4B43-941C-DE9BDD40BE79}, package exe_JustForMe
[0A40:1CC8][2015-09-08T04:32:19]i301: Applying rollback package:
exe_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"
REMOVE="DefaultFeature,Shortcuts"'
[0A40:1CC8][2015-09-08T04:32:20]i319: Applied rollback package:
exe_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:32:20]i329: Removed package dependency
provider: {D924F350-F479-4B43-941C-DE9BDD40BE79}, package: exe_JustForMe
[0A40:1CC8][2015-09-08T04:32:20]i329: Removed package dependency
provider: {C02C2FFA-D255-4486-9CFB-C8246421BAD4}, package: dev_JustForMe_d
[0A40:1CC8][2015-09-08T04:32:20]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{1F48D630-274F-47B1-8425-E6E147A7312B}, package dev_JustForMe
[0A40:1CC8][2015-09-08T04:32:20]i301: Applying rollback package:
dev_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:32:24]i319: Applied rollback package:
dev_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:32:24]i329: Removed package dependency
provider: {1F48D630-274F-47B1-8425-E6E147A7312B}, package: dev_JustForMe
[0A40:1CC8][2015-09-08T04:32:24]i351: Removing cached package:
dev_JustForMe, from path: C:\Users\MRAB\AppData\Local\Package
Cache\{1F48D630-274F-47B1-8425-E6E147A7312B}v3.5.123.0\
[0A40:1CC8][2015-09-08T04:32:24]i329: Removed package dependency
provider: {0E5EBB7D-F702-4211-8742-A42B35FA1205}, package: core_JustForMe_d
[0A40:1CC8][2015-09-08T04:32:24]i329: Removed package dependency
provider: {8508B125-3D7C-44C2-B27E-18CC10B3A452}, package:
core_JustForMe_pdb
[0A40:1CC8][2015-09-08T04:32:24]i326: Removed dependency:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8} on package provider:
{96875502-851C-4716-AF31-D2308A293849}, package core_JustForMe
[0A40:1CC8][2015-09-08T04:32:24]i301: Applying rollback package:
core_JustForMe, action: Uninstall, path: (null), arguments: '
ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"
TARGETDIR="C:\Users\MRAB\AppData\Local\Programs\Python\Python35-32"
OPTIONALFEATURESREGISTRYKEY="Software\Python\PythonCore\3.5-32\InstalledFeatures"'
[0A40:1CC8][2015-09-08T04:32:24]i319: Applied rollback package:
core_JustForMe, result: 0x0, restart: None
[0A40:1CC8][2015-09-08T04:32:24]i329: Removed package dependency
provider: {96875502-851C-4716-AF31-D2308A293849}, package: core_JustForMe
[0A40:1CC8][2015-09-08T04:32:24]i351: Removing cached package:
core_JustForMe, from path: C:\Users\MRAB\AppData\Local\Package
Cache\{96875502-851C-4716-AF31-D2308A293849}v3.5.123.0\
[0A40:1CC8][2015-09-08T04:32:24]i372: Session end, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{939c965b-21aa-4e7f-9b88-bf9f41fe47d8},
resume: None, restart: None, disable resume: No
[0A40:1CC8][2015-09-08T04:32:24]i330: Removed bundle dependency
provider: {939c965b-21aa-4e7f-9b88-bf9f41fe47d8}
[0A40:1CC8][2015-09-08T04:32:24]i352: Removing cached bundle:
{939c965b-21aa-4e7f-9b88-bf9f41fe47d8}, from path:
C:\Users\MRAB\AppData\Local\Package
Cache\{939c965b-21aa-4e7f-9b88-bf9f41fe47d8}\
[0A40:1CC8][2015-09-08T04:32:24]i371: Updating session, registration
key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{939c965b-21aa-4e7f-9b88-bf9f41fe47d8},
resume: None, restart initiated: No, disable resume: No
[0A40:1CC8][2015-09-08T04:32:25]i399: Apply complete, result:
0x80070643, restart: None, ba requested restart: No
2
2
Just so people aren't caught unawares, it is very unlikely that I will have
time to be the final editor on "What's New for 3.5" they way I was for 3.3 and
3.4. I've tried to encourage people to keep What's New up to date, but
*someone* should make a final editing pass. Ideally they'd do at least the
research Serhiy did last year on checking that there's a mention for all of the
versionadded and versionchanged 3.5's in the docs. Even better would be to
review the NEWS and/or commit history...but *that* is a really big job these
days....
--David
14
21
I noticed that collections.Counter, unlike set, doesn't support the ordered
comparison operators (> < >= <=). I'd like to propose implementing these
operators in an analogous fashion to set: counter1 >= counter2 if counter1
contains at least as many of every key as counter2 does. Cases where
counter1 doesn't have a key and counter2 has a negative amount of that key
would still count as >=. counter1 > counter2 when counter1 >= counter2 and
counter1 != counter2.
Does this sound reasonable? If so I'll write up and submit a patch.
- Kerrick
2
1
The good news that other than a few editorial changes there is only one
issue which keeps me from declaring PEP 495 complete. The bad news is that
the remaining issue is subtle and while several solutions have been
proposed, neither stands out as an obviously right.
The Problem
-----------
PEP 495 requires that the value of the fold attribute is ignored when two
aware datetime objects that share tzinfo are compared. This is motivated
by the reasons of backward compatibility: we want the value of fold to only
matter in conversions from one zone to another and not in arithmetic within
a single timezone.
As Tim pointed out, this rule is in conflict with the only requirement that
a hash function must satisfy: if two objects compare as equal, their hashes
should be equal as well.
Let t0 and t1 be two times in the fold that differ only by the value of
their fold attribute: t0.fold == 0, t1.fold == 1. Let u0 =
t0.astimezone(utc) and u1 = t1.astimezone(t1). PEP 495 requires that u0 <
u1. (In fact, this is the main purpose of the PEP to disambiguate between
t0 and t1 so that conversion to UTC is well defined.) However, by the
current PEP 495 rules, t0 == t1 is True, by the pre-PEP rule (and the PEP
rule that fold is ignored in comparisons) we also have t0 == u0 and t1 ==
u1. So, we have (a) a violation of the transitivity of ==: u0 == t0 == t1
== u1 does not imply u0 == u1 which is bad enough by itself, and (b) since
hash(u0) can be equal to hash(u1) only by a lucky coincidence, the rule
"equality of objects implies equality of hashes" leads to contradiction
because applying it to the chain u0 == t0 == t1 == u1, we get hash(u0) ==
hash(t0) == hash(t1) == hash(u1) which is now a chain of equalities of
integers and on integers == is transitive, so we have hash(u0) == hash(u1)
which as we said can only happen by a lucky coincidence.
The Root of the Problem
-----------------------
The rules of arithmetic on aware datetime objects already cause some basic
mathematical identities to break. The problem described above is avoided
by not having a way to represent u1 in the timezone where u0 and u1 map to
the same local time. We still have a surprising u0 < u1, but
u0.astimezone(local) == u1.astimezone(local), but it does not rise to the
level of a hash invariant violation because u0.astimezone(local) and
u1.astimezone(local) are not only equal: they are identical in all other
ways and if we convert them back to UTC - they both convert to u0.
The root of the hash problem is not in the t0 == t1 is True rule. It is in
u0 == t0. The later equality is just too fragile: if you add
timedelta(hour=1) to both sides to this equation, then (assuming an
ordinary 1 hour fall-back fold), you will get two datetime objects that are
no longer equal. (Indeed, local to utc equality t == u is defined as t -
t.utcoffset() == u.replace(tzinfo=t.tzinfo), but when you add 1 hour to t0,
utcoffset() changes so the equality that held for t0 and u0 will no longer
hold for t0 + timedelta(hour=1) and u0 + timedelta(hour=1).)
PEP 495 gives us a way to break the u0 == t0 equality by replacing t0 with
an "equal" object t1 and simultaneously have u0 == t0, t0 == t1 and t1 !=
u0.
The Solutions
-------------
Tim suggested several solutions to this problem, but by his own admission
neither is more than "grudgingly acceptable." For completeness, I will
also present my "non-solution."
Solution 0: Ignore the problem. Since PEP 495 does not by itself introduce
any tzinfo implementations with variable utcoffset(), it does not create a
hash invariant violation. I call this a non-solution because it would once
again punt an unsolvable problem to tzinfo implementors. It is unsolvable
for *them* because without some variant of the rejected PEP 500, they will
have no control over datetime comparisons or hashing.
Solution 1: Make t1 > t0.
Solution 2: Leave t1 == t0, but make t1 != u1.
Request for Comments
--------------------
I will not discuss pros and cons on the two solutions because my goal here
was only to state the problem, identify the root case and indicate the
possible solutions. Those interested in details can read Tim's excellent
explanations in the "Another round on error-checking" [1] and "Another
approach to 495's glitches" [2] threads.
I "bcc" python-dev in a hope that someone in the expanded forum will either
say "of course solution N is the right one and here is why" or "here is an
obviously right solution - how could you guys miss it."
[1]:
https://mail.python.org/pipermail/datetime-sig/2015-September/000622.html
[2]:
https://mail.python.org/pipermail/datetime-sig/2015-September/000716.html
1
0