Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Windows': 0.02; 'subject:installation': 0.07; 'lawrence': 0.09; 'python': 0.11; 'bug': 0.12; "wouldn't": 0.14; '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; 'stolen': 0.16; 'tjg': 0.16; 'wrote:': 0.18; 'mechanism': 0.19; 'header:User-Agent:1': 0.23; 'received:192.168.100': 0.24; 'replace': 0.24; 'subject:problem': 0.24; 'looks': 0.24; "i've": 0.25; 'tracker': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'raise': 0.29; 'up.': 0.33; 'could': 0.34; 'subject:with': 0.35; 'something': 0.35; 'case,': 0.35; "didn't": 0.36; 'possible': 0.36; 'to:addr:python-list': 0.38; 'issue': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'first': 0.61; 'confirm': 0.64; 'occur': 0.65; 'from:addr:mail': 0.83; 'presumably': 0.84 Date: Mon, 10 Mar 2014 08:40:01 +0000 From: Tim Golden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Windows installation problem with 3.3.5 References: In-Reply-To: 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394440806 news.xs4all.nl 2867 [2001:888:2000:d::a6]:60442 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68130 On 10/03/2014 03:16, Mark Lawrence wrote: > It looks as if the upgrade from 3.3.4 to 3.3.5 has stolen my copies of > py.exe and pyw.exe from c:\windows. Before I raise an issue on the bug > tracker could someone please confirm this, as it wouldn't be the first > time I've managed to screw something up. One thing does occur to me: I seem to remember that you have in the past installed py[w].exe from Vinay's standalone installer. If that was the case, it's presumably possible that some mechanism of the Python 3.3.5 .msi removed them and didn't replace them with its own versions? TJG