Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'msi': 0.09; 'cc:addr:python-list': 0.10; '2.7.3': 0.16; 'confusion': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'subject:2.7.3': 0.16; 'tjg': 0.16; 'unavailable.': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'trying': 0.21; 'bit': 0.21; 'tells': 0.22; 'installation': 0.23; 'cc:2**0': 0.23; "i've": 0.23; 'downloaded': 0.24; 'cc:no real name:2**0': 0.24; 'feature': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'wonder': 0.27; 'found.': 0.27; 'install': 0.29; 'folder': 0.30; 'could': 0.32; 'received:192.168.100': 0.33; 'that,': 0.34; 'version': 0.34; 'path': 0.35; 'subject:?': 0.35; 'but': 0.36; 'available.': 0.37; 'rather': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'containing': 0.61; 'below.': 0.68; 'from:addr:mail': 0.71; 'click': 0.76; '2.7.1': 0.84; 'source?': 0.91; 'to:none': 0.93 Date: Thu, 21 Feb 2013 14:49:39 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 CC: python-list@python.org Subject: Re: What am I doing wrong installing Python 2.7.3? References: <0aa9f97c-9eb9-45c5-a1c5-f1d88c17be7b@googlegroups.com> In-Reply-To: <0aa9f97c-9eb9-45c5-a1c5-f1d88c17be7b@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361458188 news.xs4all.nl 6957 [2001:888:2000:d::a6]:45299 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39432 On 21/02/2013 14:39, Etherus wrote: > I have downloaded the windows installer for a 32 bit installation of > python 2.7.3 but it tells me that: > > The feature you are trying to use is on a network resource that is > unavailable. > > Click OK to try again, or enter an alternative path to a folder > containing the installation package python 2.7.1 msi in the box > below. > > When I click OK I get: > > The path C:\...\downloads\python -2.7.1 msi cannot be found. Verify > that you have access to this location and try again or try to find > the installation package python 2.7.1.msi in a folder from which you > can install the product Python 2.7.1. > > > (what is it with the 2.7.1? rather than 2.7.3 also?) > > By very grateful if someone could steer me in the right direction. I've known that (kind of thing) happen before when trying to *uninstall* a version when the .msi was no longer available. That, combined with the 2.7.1/2.7.3 confusion makes me wonder whether you have an existing 2.7.1 installation from some source? TJG