[issue23619] Python 3.5.0a2 installer fails on Windows

2015-12-25 Thread Steve Dower
Steve Dower added the comment: Do you have the log files from your %TEMP% directory still? I'll need to see the ones from the original install, not the repair, but you can just bundle them all up. Create a new issue too - this one is resolved. -- _

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-12-25 Thread Ned Batchelder
Ned Batchelder added the comment: I tried to install 3.5.1 32-bit into a fresh virtualbox image from https://dev.windows.com/en-us/microsoft-edge/tools/vms/mac/ (IE 10 on Win 7), and got this same error message. Python will not run, it only shows: -

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-24 Thread Steve Dower
Steve Dower added the comment: Migrated the test failures to #23774 and closing this. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Ned Deily
Ned Deily added the comment: Regarding tests trying to write into the install directory tree, I'm pretty sure that there have been fixes added for those but I can't recall off the top of my head specific examples. I think the best approach is to use a temporary, writable directory instead; if

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: Do those assume that no-admin privs will cause a failure? This is more an issue of "do I have write permissions for the install directory" (which I guess could be its own skip condition...). -- ___ Python tracker

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Ned Deily
Ned Deily added the comment: "Not sure that we have any precedent for dealing with tests that require admin privileges when installed but not in the source tree?" I think we do. With the OS X installer (and, in theory, other Posix-style installs), we have a similar situation where tests are i

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: Should have been right there with those two options, looking basically the same. Though it's possible that something about your machine is messing with the sizing - high DPI on Windows 7 is notorious for that, and there are sure to be other potential causes too.

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: If there was a *customize* option in addition to *all users* and *me only*, I did not see it. I will look harder for a3. Attached is file with 4 failure messages. -- Added file: http://bugs.python.org/file38415/35a2-failures.txt

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Paul Moore
Paul Moore added the comment: Please don't install the installer somewhere, just to add an uninstall icon on the start menu. It's possible to uninstall via "Add/Remove Programs". That should be sufficient. -- ___ Python tracker

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: Thanks for the details Terry. "Customize" is there for all the options, though I too keep being surprised by just how quickly it gets going when you click one of the other two buttons. The uninstall icon is probably not going to come back :( I spent some time tr

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: I downloaded .exe from python.org an hour after Steve said 'done' and install went smoothly -- too smoothly as there was not options dialog as to install location or anything. Fortunately, it did not grab 'python'. New crt was first thing installed. Start m

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Larry Hastings
Larry Hastings added the comment: Okay, I refreshed the MD5 sums and sizes on the web site, and purged the old files from the CDN. -- ___ Python tracker ___

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: Looks like there'll be some installation errors until the CDN catches up, but the full installer will be fine MD5s/sizes: python-3.5.0a2.exe 807a898a6b61696ab9c4257152a939c5 28,762,312 python-3.5.0a2-webinstall.exe dc2cebbb402f117f0590c

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Larry Hastings
Larry Hastings added the comment: > Any idea how long until the CDN picks up the update? curl -X PURGE https://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.xz will explicitly tell the CDN to pick up the new binaries. Not sure if that works from anywhere or just from dl-files.iad1.psf.io .

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: Scratch that, I screwed up the hg dance (multiple times...). Newer bits coming -- ___ Python tracker ___ __

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: Done, though I may have corrupted alpha 1 in the process :( New MD5s and sizes: python-3.5.0a2.exe 9683ecb837ffa2dd321d564042a90d64 28,762,032 python-3.5.0a2-webinstall.exe b717713c58d0fcabf69c4fdc67a2e581885,256 python-3.5.0a2-amd64.

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Larry Hastings
Larry Hastings added the comment: Yup. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: Well that was embarrassing, but it's fixed now :) Larry, would you like me to rebuild the installer with the fix in it? -- nosy: +larry ___ Python tracker ___

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0469af231d22 by Steve Dower in branch 'default': Issue #23619: Ensure C variable is initialized before using it. https://hg.python.org/cpython/rev/0469af231d22 -- nosy: +python-dev ___ Python tracker

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread Steve Dower
Steve Dower added the comment: I definitely don't want the whole directory, especially from Windows 7 :) (Later versions are better at cleaning up unused files) I'll take a look once I get to work. Thanks -- ___ Python tracker

[issue23619] Python 3.5.0a2 installer fails on Windows

2015-03-09 Thread STINNER Victor
STINNER Victor added the comment: Same error on my Windows 7 VM. I have VS 2008 & 2010 installed, but also Python 2.7, 3.3 and 3.4 (all installed twice: 32&64 bits). It's not a fresh Windows :-) Here is a ZIP of Python 3.5* logs in my Temp directory. I cannot compress the whole directory, it's