On 10 Mar 2014 19:50, "Victor Stinner" <victor.stin...@gmail.com> wrote: > > Hi, > > I tested Python 3.4rc3 installer on Windows: > > - all menu entries work (doc, doc server, help, IDLE, command line, etc.) > - pip is installed, yeah! > - my tracemalloc module works on Windows too ;-) > - The uninstaller fully removes C:\Python34 > > The major Windows installer issues are fixed in the RC3.
Huzzah! :) > Note: As fully, I got a popup telling me that the MSI is untrusted, > and I had to click on [OK] to confirm that I trust python.org. > > I also tried to change pip version: I downgraded it from 1.5.4 to > 1.5.3. In this case, C:\Python34 is not removed, I filled an issue for > that, but it's maybe expected? > http://bugs.python.org/issue20878 Yeah, that's expected - if pip is used to install extra packages, the uninstaller has historically left them alone. Changing the version of pip causes it to be treated like an independently installed package, so the uninstaller leaves it behind. Cheers, Nick.
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com