Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '2.7': 0.04; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'wrote:': 0.14; 'installer.': 0.16; 'mathew': 0.16; 'numpy': 0.16; 'numpy,': 0.16; 'received:forthnet.gr': 0.16; 'subject:Windows': 0.20; 'thu,': 0.22; 'assume': 0.23; '64-bit': 0.23; 'directory.': 0.23; 'installed': 0.28; '(you': 0.29; 'version': 0.29; 'changes': 0.30; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'install': 0.34; 'file': 0.34; 'header:User-Agent:1': 0.35; 'skip:" 10': 0.35; 'probably': 0.36; 'change': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'should': 0.39; 'correctly': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'received:62': 0.68; 'windows)': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Elias Fotinis" Subject: Re: Windows Registry Keys Date: Thu, 19 May 2011 23:05:18 +0300 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 62.1.165.23.dsl.dyn.forthnet.gr User-Agent: Opera Mail/11.11 (Win32) X-Antivirus: avast! (VPS 110519-1, 05/19/2011), Outbound message X-Antivirus-Status: Clean X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305836108 news.xs4all.nl 49177 [::ffff:82.94.164.166]:48704 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5786 On Thu, 19 May 2011 21:03:34 +0300, Mathew wrote: > I have installed a new version of Python27 in a new directory. I want to get > this info into the registry so, when I install Numpy, it will use my new > Python If I understand correctly (you have multiple Python 2.7 installations and what to make this new one the current), you should change this key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.7\InstallPath (ignore "Wow6432Node" if you are not on 64-bit Windows) That'd would probably be enough for the Numpy installer. I assume you are aware about the changes that may be required to the PATH and file associations.