Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108228
| From | Peter Toye <python@ptoye.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Slight problems with python in Windows |
| Date | 2016-05-06 12:22 +0100 |
| Message-ID | <mailman.432.1462545524.32212.python-list@python.org> (permalink) |
| References | <57495789.20160506122201@ptoye.com> |
I'm trying to install Python under Windows 7 so that I can use git-review and have found a few niggling issues. 1) Apparently (according to the git-review pages) pip has a problem with directories with spaces in their names. Python's default installation directory is under Program Files. I agree that this is a pip issue rather than a Python one, but maybe a warning message would help? 2) According to the Programs and Files section of the Windows Control Panel, installing Python also installs something called the Python Launcher. When I try to remove this (so I can reinstall Python in a better directory) is comes up with an error message: Error opening installation log file. Verify that the specified log file location exists and is writable. After reinstalling I now have 2 copies of the launcher.... I hope it doesn't give me any problems. 3) After uninstalling Python the installation directory is still there with a few files in it (possibly connected with the previous issue). Can I just delete it? Regards, Peter mailto:python@ptoye.com www.ptoye.com
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Slight problems with python in Windows Peter Toye <python@ptoye.com> - 2016-05-06 12:22 +0100 Re: Slight problems with python in Windows Pertti Kosunen <pertti.kosunen@pp.nic.fi> - 2016-05-06 19:03 +0300
csiph-web