Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Installation Problem Date: Wed, 02 Dec 2015 14:35:23 +0100 Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de Tm/6XJv8Q0URZ2djhl3rBwfdgp/I08NeQjomBo3u1bKA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'wed,': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'modify,': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Installation': 0.16; 'subject:Problem': 0.16; 'laura': 0.18; 'stick': 0.18; 'versions': 0.20; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'installation': 0.23; 'dec': 0.23; 'tried': 0.24; 'install': 0.25; "i've": 0.25; 'supported': 0.27; 'received:se': 0.29; 'system?': 0.29; 'cc:no real name:2**1': 0.29; 'getting': 0.33; 'problem': 0.33; 'something': 0.35; 'problem.': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'charset:us-ascii': 0.37; 'version': 0.38; 'your': 0.60; 'header:Message-Id:1': 0.61; 'more': 0.63; 'different': 0.63; 'latest': 0.64; 'forward': 0.66; 'reply': 0.68; '3.4': 0.84; '>you': 0.84; 'header:In-reply-to:1': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1449063326; bh=OeRgGMQOwpGEXm9VWBXfoUiESdyudFMQsaMR06DmsfE=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=VbfFAz5gMZ+g0vj9vSpNZuqkDM3VgUIZ1V38U2njszjDW4GiCY5mJf5+aN27ExlgY gi7jS4Y2ca3jsXU2eHBeyU02+E4O3TnnI20TWVnFNfCKTGbypDCZCH+XUsTdtBlRXa HzN7wkL43D5JGD5znYZYhP6a8geBzPOrxmMVQMxA= In-reply-to: Comments: In-reply-to Packie Kelly message dated "Wed, 02 Dec 2015 12:08:02 +0000." Content-ID: <26098.1449063323.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Wed, 02 Dec 2015 14:35:26 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99882 In a message of Wed, 02 Dec 2015 12:08:02 +0000, Packie Kelly writes: >Hi my name is Patrick, > >I have a problem regarding the installation of the latest version of >python, everytime I install the program I keep getting the message modify, >repair, uninstall. I've tried different versions but with no luck. Before >you ask I have already completely removed the program. > >Looking forward to your reply What Operating System? If it is Windows XP, that is your problem. Python 3.5 is not supported on Windows XP. Either stick with 3.4 or upgrade your OS to something more recent. Laura Creighton