[issue30630] Missing MSI files

2017-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Unless you are experimenting, you only need 3.6.1. 3.0 is deprecated in the sense that it was not meant for production use. This tracker is for developing the next releases of CPython. If you have any more questions, try python-list. -- nosy: +terry

[issue30630] Missing MSI files

2017-06-12 Thread Steve Dower
Steve Dower added the comment: Try installing https://go.microsoft.com/fwlink/?LinkId=746572 separately. This should add the required files, and because it's the "official" installer will provide more details about the underlying error (if any). You may also need to reboot your machine. This i

[issue30630] Missing MSI files

2017-06-11 Thread R. David Murray
R. David Murray added the comment: Steve can correct me if I'm wrong, but I think this means your Windows OS isn't up to date. Googling seems to indicate that this isn't a problem unique to Python. -- nosy: +r.david.murray ___ Python tracker

[issue30630] Missing MSI files

2017-06-11 Thread Mark Airey
New submission from Mark Airey: I downloaded and installed python 3.0, 3.6.0 and 3.6.1 and they all said that I was missing: "api-ms-win-crt-runtime-|1-1-0.dll" or the msi files as i have read online. I don't know how to get said files and I need this program soon. Can anyone help? --