This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python install help
Type: behavior Stage: resolved
Components: Installation, Windows Versions: Python 3.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, node, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2015-07-25 16:14 by node, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (15)
msg247352 - (view) Author: (node) Date: 2015-07-25 16:14
I am trying to install Python 3.5.0b2 on Win 8.1 but cannot get it loaded

http://pastebin.com/hKU2bvds

the error. hoping some one can help.
msg247353 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-07-25 16:47
1) your paste appears to be invalid. You can just paste in a message here, or attach a screenshot (though text is preferable :))
2) 3.5.0b2 is out of date, try with beta 3 (or beta 4, due out this weekend)
msg247363 - (view) Author: (node) Date: 2015-07-25 18:11
http://pastebin.com/D5eVxF1b

Sorry, try this where to get the latest version pls..
msg247388 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-07-25 20:16
Are you being promoted for administrative privileges? Unfortunately there's no way around requiring them to install the C Runtime update, so if you are blocked from applying Windows Updates to your machine unfortunately there's no good way around this.

Alternatively, do you have VS 2015 final release installed? This may be an error due to attempting to downgrade (3.5.0b3 was built with a prerelease version of VS), though it shouldn't be failing because of that.
msg247400 - (view) Author: (node) Date: 2015-07-25 22:10
Steve, I have Admin privilege
msg247428 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-07-26 13:43
So I've done some quick research but don't have a lot of time. You're getting error code 0x80240017 from wusa.exe, which is trying to install a Windows Update.

This thread looks like it may have some solutions on it: http://answers.microsoft.com/en-us/windows/forum/windows_8-winapps/installing-and-updating-built-in-apps-not-working/57ae6edc-0df2-46da-9a96-106cc4098c78 looked like
msg247473 - (view) Author: (node) Date: 2015-07-27 15:00
Can is there and equivalent for iPad? Mean, can Python code be written on an iPad; because still a headache to get it loaded on Windows 8.1
msg247474 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-07-27 16:44
Are you aware that 3.5.0b4 has been released?  See https://www.python.org/downloads/release/python-350b4/
msg247547 - (view) Author: (node) Date: 2015-07-28 23:26
I was able to load Python 3.2.3. I set up Eclipse with PyDev now I try it with print("hello world"); and got this error. 

Mark unable to load 3.50b4 same error in log.

Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: MS874
msg247588 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-07-29 17:50
If you download and install the VC++ Redistributable from http://www.microsoft.com/en-us/download/details.aspx?id=48145 then we won't try and run the code that is failing in our installer.

If the previous installer fails then you have a configuration error on your machine and will need to resolve that before installing Python.
msg247637 - (view) Author: (node) Date: 2015-07-29 21:50
Steve had this installed before, however I uninstall it and ran it again, from the link you provided, below is the result. It now fail to be installed. Truly struggling as to why.



[13C0:105C][2015-07-30T01:45:13]i001: Burn v3.7.3813.0, Windows v6.3 (Build 9600: Service Pack 0), path: C:\Users\Admin_8_1\Desktop\vc_redist.x64.exe, cmdline: ''
[13C0:105C][2015-07-30T01:45:14]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\ADMIN_~1\AppData\Local\Temp\dd_vcredist_amd64_20150730014514.log'
[13C0:105C][2015-07-30T01:45:14]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\Admin_8_1\Desktop\vc_redist.x64.exe'
[13C0:105C][2015-07-30T01:45:14]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\Admin_8_1\Desktop\'
[13C0:105C][2015-07-30T01:45:14]i000: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.23026'
[13C0:105C][2015-07-30T01:45:14]i100: Detect begin, 10 packages
[13C0:105C][2015-07-30T01:45:14]i000: File search: windows_uCRT_DetectKey, did not find path: C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll
[13C0:105C][2015-07-30T01:45:14]i000: File search: windows_uCRT_DetectKeyExists, did not find path: C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll
[13C0:105C][2015-07-30T01:45:14]i000: Setting numeric variable 'windows_uCRT_DetectKeyExists' to value 0
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i052: Condition '(windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10137.0)' evaluates to false.
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: vcRuntimeMinimum_x64, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: vcRuntimeAdditional_x64, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: Windows81_x86, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: Windows81_x64, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: Windows8_x86, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: Windows8_x64, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: Windows7_MSU_x86, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: Windows7_MSU_x64, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: WindowsVista_MSU_x86, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i101: Detected package: WindowsVista_MSU_x64, state: Absent, cached: None
[13C0:105C][2015-07-30T01:45:14]i052: Condition 'VersionNT64 >= v6.0 OR (VersionNT64 = v5.2 AND ServicePackLevel >= 1)' evaluates to true.
[13C0:105C][2015-07-30T01:45:14]i199: Detect complete, result: 0x0
[13C0:105C][2015-07-30T01:45:17]i200: Plan begin, 10 packages, action: Install
[13C0:105C][2015-07-30T01:45:17]i052: Condition '(VersionNT64)' evaluates to true.
[13C0:105C][2015-07-30T01:45:17]i000: Setting string variable 'WixBundleRollbackLog_vcRuntimeMinimum_x64' to value 'C:\Users\ADMIN_~1\AppData\Local\Temp\dd_vcredist_amd64_20150730014514_000_vcRuntimeMinimum_x64_rollback.log'
[13C0:105C][2015-07-30T01:45:17]i000: Setting string variable 'WixBundleLog_vcRuntimeMinimum_x64' to value 'C:\Users\ADMIN_~1\AppData\Local\Temp\dd_vcredist_amd64_20150730014514_000_vcRuntimeMinimum_x64.log'
[13C0:105C][2015-07-30T01:45:17]i052: Condition '(VersionNT64)' evaluates to true.
[13C0:105C][2015-07-30T01:45:17]i000: Setting string variable 'WixBundleRollbackLog_vcRuntimeAdditional_x64' to value 'C:\Users\ADMIN_~1\AppData\Local\Temp\dd_vcredist_amd64_20150730014514_001_vcRuntimeAdditional_x64_rollback.log'
[13C0:105C][2015-07-30T01:45:17]i000: Setting string variable 'WixBundleLog_vcRuntimeAdditional_x64' to value 'C:\Users\ADMIN_~1\AppData\Local\Temp\dd_vcredist_amd64_20150730014514_001_vcRuntimeAdditional_x64.log'
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.3 AND NOT VersionNT64' evaluates to false.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: Windows81_x86
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.3 AND VersionNT64' evaluates to true.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: Windows81_x64
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.2 AND NOT VersionNT64' evaluates to false.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: Windows8_x86
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.2 AND VersionNT64' evaluates to false.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: Windows8_x64
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.1 AND NOT VersionNT64' evaluates to false.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: Windows7_MSU_x86
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.1 AND VersionNT64' evaluates to false.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: Windows7_MSU_x64
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.0 AND NOT VersionNT64' evaluates to false.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: WindowsVista_MSU_x86
[13C0:105C][2015-07-30T01:45:17]i052: Condition 'VersionNT = v6.0 AND VersionNT64' evaluates to false.
[13C0:105C][2015-07-30T01:45:17]w321: Skipping dependency registration on package with no dependency providers: WindowsVista_MSU_x64
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: vcRuntimeMinimum_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: vcRuntimeAdditional_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: Windows81_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: Windows81_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: Windows8_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: Windows8_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: Windows7_MSU_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: Windows7_MSU_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: WindowsVista_MSU_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i201: Planned package: WindowsVista_MSU_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[13C0:105C][2015-07-30T01:45:17]i299: Plan complete, result: 0x0
[13C0:105C][2015-07-30T01:45:17]i300: Apply begin
[173C:0C0C][2015-07-30T01:45:18]i360: Creating a system restore point.
[173C:0C0C][2015-07-30T01:45:18]w363: Could not create system restore point, error: 0x80070422. Continuing...
[173C:0C0C][2015-07-30T01:45:18]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{e46eca4f-393b-40df-9f49-076faf788d83}, options: 0x7, disable resume: No
[173C:0C0C][2015-07-30T01:45:18]i000: Caching bundle from: 'C:\Users\ADMIN_~1\AppData\Local\Temp\{e46eca4f-393b-40df-9f49-076faf788d83}\.be\VC_redist.x64.exe' to: 'C:\ProgramData\Package Cache\{e46eca4f-393b-40df-9f49-076faf788d83}\VC_redist.x64.exe'
[173C:0C0C][2015-07-30T01:45:18]i320: Registering bundle dependency provider: {e46eca4f-393b-40df-9f49-076faf788d83}, version: 14.0.23026.0
[173C:0C0C][2015-07-30T01:45:18]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{e46eca4f-393b-40df-9f49-076faf788d83}, resume: Active, restart initiated: No, disable resume: No
[173C:16C0][2015-07-30T01:45:19]i304: Verified existing payload: vcRuntimeMinimum_x64 at path: C:\ProgramData\Package Cache\.unverified\vcRuntimeMinimum_x64.
[173C:16C0][2015-07-30T01:45:19]i305: Verified acquired payload: vcRuntimeMinimum_x64 at path: C:\ProgramData\Package Cache\.unverified\vcRuntimeMinimum_x64, moving to: C:\ProgramData\Package Cache\{0D3E9E15-DE7A-300B-96F1-B4AF12B96488}v14.0.23026\packages\vcRuntimeMinimum_amd64\vc_runtimeMinimum_x64.msi.
[173C:16C0][2015-07-30T01:45:19]i304: Verified existing payload: cab5046A8AB272BF37297BB7928664C9503 at path: C:\ProgramData\Package Cache\.unverified\cab5046A8AB272BF37297BB7928664C9503.
[173C:16C0][2015-07-30T01:45:19]i305: Verified acquired payload: cab5046A8AB272BF37297BB7928664C9503 at path: C:\ProgramData\Package Cache\.unverified\cab5046A8AB272BF37297BB7928664C9503, moving to: C:\ProgramData\Package Cache\{0D3E9E15-DE7A-300B-96F1-B4AF12B96488}v14.0.23026\packages\vcRuntimeMinimum_amd64\cab1.cab.
[173C:16C0][2015-07-30T01:45:19]i304: Verified existing payload: vcRuntimeAdditional_x64 at path: C:\ProgramData\Package Cache\.unverified\vcRuntimeAdditional_x64.
[173C:16C0][2015-07-30T01:45:19]i305: Verified acquired payload: vcRuntimeAdditional_x64 at path: C:\ProgramData\Package Cache\.unverified\vcRuntimeAdditional_x64, moving to: C:\ProgramData\Package Cache\{BC958BD2-5DAC-3862-BB1A-C1BE0790438D}v14.0.23026\packages\vcRuntimeAdditional_amd64\vc_runtimeAdditional_x64.msi.
[173C:16C0][2015-07-30T01:45:19]i304: Verified existing payload: cab2C04DDC374BD96EB5C8EB8208F2C7C92 at path: C:\ProgramData\Package Cache\.unverified\cab2C04DDC374BD96EB5C8EB8208F2C7C92.
[173C:16C0][2015-07-30T01:45:19]i305: Verified acquired payload: cab2C04DDC374BD96EB5C8EB8208F2C7C92 at path: C:\ProgramData\Package Cache\.unverified\cab2C04DDC374BD96EB5C8EB8208F2C7C92, moving to: C:\ProgramData\Package Cache\{BC958BD2-5DAC-3862-BB1A-C1BE0790438D}v14.0.23026\packages\vcRuntimeAdditional_amd64\cab1.cab.
[173C:16C0][2015-07-30T01:45:19]i304: Verified existing payload: Windows81_x64 at path: C:\ProgramData\Package Cache\.unverified\Windows81_x64.
[173C:16C0][2015-07-30T01:45:19]i305: Verified acquired payload: Windows81_x64 at path: C:\ProgramData\Package Cache\.unverified\Windows81_x64, moving to: C:\ProgramData\Package Cache\FC6260C33678BB17FB8B88536C476B4015B7C5E9\packages\Patch\x64\Windows8.1-KB2999226-x64.msu.
[173C:0C0C][2015-07-30T01:45:19]i301: Applying execute package: vcRuntimeMinimum_x64, action: Install, path: C:\ProgramData\Package Cache\{0D3E9E15-DE7A-300B-96F1-B4AF12B96488}v14.0.23026\packages\vcRuntimeMinimum_amd64\vc_runtimeMinimum_x64.msi, arguments: ' MSIFASTINSTALL="7" NOVSUI="1"'
[13C0:105C][2015-07-30T01:45:20]i319: Applied execute package: vcRuntimeMinimum_x64, result: 0x0, restart: None
[173C:0C0C][2015-07-30T01:45:20]i325: Registering dependency: {e46eca4f-393b-40df-9f49-076faf788d83} on package provider: Microsoft.VS.VC_RuntimeMinimumVSU_amd64,v14, package: vcRuntimeMinimum_x64
[173C:0C0C][2015-07-30T01:45:20]i301: Applying execute package: vcRuntimeAdditional_x64, action: Install, path: C:\ProgramData\Package Cache\{BC958BD2-5DAC-3862-BB1A-C1BE0790438D}v14.0.23026\packages\vcRuntimeAdditional_amd64\vc_runtimeAdditional_x64.msi, arguments: ' MSIFASTINSTALL="7" NOVSUI="1"'
[13C0:105C][2015-07-30T01:45:21]i319: Applied execute package: vcRuntimeAdditional_x64, result: 0x0, restart: None
[173C:0C0C][2015-07-30T01:45:21]i325: Registering dependency: {e46eca4f-393b-40df-9f49-076faf788d83} on package provider: Microsoft.VS.VC_RuntimeAdditionalVSU_amd64,v14, package: vcRuntimeAdditional_x64
[173C:0C0C][2015-07-30T01:45:21]i301: Applying execute package: Windows81_x64, action: Install, path: C:\ProgramData\Package Cache\FC6260C33678BB17FB8B88536C476B4015B7C5E9\packages\Patch\x64\Windows8.1-KB2999226-x64.msu, arguments: '"C:\Windows\SysNative\wusa.exe" "C:\ProgramData\Package Cache\FC6260C33678BB17FB8B88536C476B4015B7C5E9\packages\Patch\x64\Windows8.1-KB2999226-x64.msu" /quiet /norestart'
[173C:0C0C][2015-07-30T01:45:23]e000: Error 0x80240017: Failed to execute MSU package.
[13C0:105C][2015-07-30T01:45:23]e000: Error 0x80240017: Failed to configure per-machine MSU package.
[13C0:105C][2015-07-30T01:45:23]i319: Applied execute package: Windows81_x64, result: 0x80240017, restart: None
[13C0:105C][2015-07-30T01:45:23]e000: Error 0x80240017: Failed to execute MSU package.
[173C:0C0C][2015-07-30T01:45:23]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{e46eca4f-393b-40df-9f49-076faf788d83}, resume: ARP, restart: None, disable resume: No
[173C:0C0C][2015-07-30T01:45:23]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{e46eca4f-393b-40df-9f49-076faf788d83}, resume: ARP, restart initiated: No, disable resume: No
[13C0:105C][2015-07-30T01:45:23]i399: Apply complete, result: 0x80240017, restart: None, ba requested restart:  No
msg247640 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-07-29 22:48
I don't know either. Below I've pasted the part of your log that shows the error and error code - you should contact your support department or (better) search the internet for that error code:

[173C:0C0C][2015-07-30T01:45:21]i301: Applying execute package: Windows81_x64, action: Install, path: C:\ProgramData\Package Cache\FC6260C33678BB17FB8B88536C476B4015B7C5E9\packages\Patch\x64\Windows8.1-KB2999226-x64.msu, arguments: '"C:\Windows\SysNative\wusa.exe" "C:\ProgramData\Package Cache\FC6260C33678BB17FB8B88536C476B4015B7C5E9\packages\Patch\x64\Windows8.1-KB2999226-x64.msu" /quiet /norestart'
[173C:0C0C][2015-07-30T01:45:23]e000: Error 0x80240017: Failed to execute MSU package.
[13C0:105C][2015-07-30T01:45:23]e000: Error 0x80240017: Failed to configure per-machine MSU package.
msg247641 - (view) Author: (node) Date: 2015-07-29 23:11
Thanks Steve will go to the Acer on Friday see what they say
msg247771 - (view) Author: (node) Date: 2015-07-31 20:39
SOLVED:

The PC errors were solved by doing the following. I found this after doing some extensive search.

hxxps://social.msdn.microsoft.com/Forums/en-US/10b9c8b4-7e49-4724-bca4-6ee5f4ec8a10/visual-studio-2015-professional-fails-to-install-on-windows-7?forum=vssetup

 I first ran the batch file at the end of the post.

 I then install KB2919442-x64.msu.

 Next I install KB2919335-x64.msu.

 Next I force windows 8.1 update

 I then download the vs2015.ISO extracted the Win 8.1 patch KB2999226-x64.msu and installed that. 

Install .netframeworks and then VS2015 finally Python 3.5.0b4 then reboot.

Now I have issues with "Hello World" in Eclipse Mars giving an error would appreciate any help. Thanks
msg247772 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-07-31 20:53
Since this has been conclusively shown to not be a Python bug, closing the issue.

This isn't a support forum, you'll have to look elsewhere for help with Eclipse.
History
Date User Action Args
2022-04-11 14:58:19adminsetgithub: 68908
2015-07-31 20:53:29zach.waresetstatus: open -> closed
resolution: not a bug
messages: + msg247772

stage: resolved
2015-07-31 20:39:12nodesetmessages: + msg247771
2015-07-29 23:11:31nodesetmessages: + msg247641
2015-07-29 22:48:27steve.dowersetmessages: + msg247640
2015-07-29 21:50:36nodesetmessages: + msg247637
2015-07-29 17:50:45steve.dowersetmessages: + msg247588
2015-07-28 23:26:21nodesetmessages: + msg247547
2015-07-27 16:44:38BreamoreBoysetnosy: + BreamoreBoy
messages: + msg247474
2015-07-27 15:00:02nodesetmessages: + msg247473
2015-07-26 13:43:01steve.dowersetmessages: + msg247428
2015-07-25 22:10:50nodesetmessages: + msg247400
2015-07-25 20:16:38steve.dowersetmessages: + msg247388
2015-07-25 19:34:24zach.warelinkissue24722 superseder
2015-07-25 18:11:31nodesetmessages: + msg247363
2015-07-25 16:47:20zach.waresetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
messages: + msg247353
components: + Installation, Windows
2015-07-25 16:14:35nodecreate