Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108228
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Peter Toye <python@ptoye.com> |
| Newsgroups | comp.lang.python |
| Subject | Slight problems with python in Windows |
| Date | Fri, 6 May 2016 12:22:01 +0100 |
| Lines | 17 |
| Message-ID | <mailman.432.1462545524.32212.python-list@python.org> (permalink) |
| References | <57495789.20160506122201@ptoye.com> |
| Reply-To | Peter Toye <python@ptoye.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-15 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de 8R1ocQX9e/O+U/wFubLdOQ23wgl1pfuRB0x+Op18soVw== |
| Return-Path | <python@ptoye.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; '(so': 0.07; 'subject:Windows': 0.09; 'directory)': 0.09; 'reinstall': 0.09; 'subject:problems': 0.09; 'python': 0.10; 'files.': 0.13; 'subject:python': 0.14; 'from:addr:python': 0.16; 'help?': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'uninstalling': 0.16; 'exists': 0.18; 'windows': 0.20; 'names.': 0.22; 'file.': 0.22; 'trying': 0.22; 'installation': 0.23; "python's": 0.23; 'specified': 0.23; 'install': 0.25; "doesn't": 0.26; 'connected': 0.27; 'error': 0.27; 'charset:iso-8859-15': 0.28; 'issues.': 0.29; 'spaces': 0.29; "i'm": 0.30; 'maybe': 0.33; 'problem': 0.33; 'file': 0.34; 'previous': 0.34; 'installing': 0.35; 'something': 0.35; 'according': 0.36; 'but': 0.36; 'there': 0.36; 'to:addr :python-list': 0.36; 'agree': 0.37; 'one,': 0.37; 'delete': 0.38; 'log': 0.38; 'files': 0.38; 'rather': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'still': 0.40; 'called': 0.40; 'received:network': 0.61; 'hope': 0.61; 'received:uk': 0.61; 'default': 0.61; 'programs': 0.62; 'header:Reply-To:1': 0.67; '(according': 0.84; 'panel,': 0.84; 'pip': 0.84 |
| X-Priority | 3 (Normal) |
| X-Mailman-Approved-At | Fri, 06 May 2016 10:38:43 -0400 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.22 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <57495789.20160506122201@ptoye.com> |
| Xref | csiph.com comp.lang.python:108228 |
Show key headers only | View raw
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