Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #108228 > unrolled thread

Slight problems with python in Windows

Started byPeter Toye <python@ptoye.com>
First post2016-05-06 12:22 +0100
Last post2016-05-06 19:03 +0300
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#108228 — Slight problems with python in Windows

FromPeter Toye <python@ptoye.com>
Date2016-05-06 12:22 +0100
SubjectSlight problems with python in Windows
Message-ID<mailman.432.1462545524.32212.python-list@python.org>
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

[toc] | [next] | [standalone]


#108233

FromPertti Kosunen <pertti.kosunen@pp.nic.fi>
Date2016-05-06 19:03 +0300
Message-ID<cf3Xy.8192$mN1.8179@uutiset.elisa.fi>
In reply to#108228
On 6.5.2016 14:22, Peter Toye wrote:
> 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?

Select install to all users and it should install to root \PythonXY 
directory where XY is major version number.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web