Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!feeder.erje.net!news.internetdienste.de!news.tu-darmstadt.de!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: "Martin v. Loewis" Newsgroups: comp.lang.python Subject: Re: multiple Python 2.7 Windows installations Date: Tue, 19 Apr 2011 23:27:33 +0200 Organization: 1&1 Internet AG Lines: 11 Message-ID: References: NNTP-Posting-Host: port-92-206-60-34.dynamic.qsc.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: online.de 1303248453 17598 92.206.60.34 (19 Apr 2011 21:27:33 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 19 Apr 2011 21:27:33 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110303 Icedove/3.0.11 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3594 > I tried to create another 2.7 key but regedit wouldn't let me. > So, if I can only have one 2.7 key, it would seem that the routine > GetPythonVersions will only ever get 1 version of 2.7. > Does this mean that it is unsupported to have more than one Python 2.7 > installation on Windows? Exactly so - it's unsupported. There are ways around it, but they require more familiarity with distutils and Windows internals. Regards, Martin