Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: problem Date: Fri, 04 Dec 2015 15:52:14 +0100 Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de icGHxnAgOv40QK/r+YBTaAjWtwkm5o7HzSmi6nNQ4NGQ== 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; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'supported.': 0.09; 'python': 0.10; 'thu,': 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; 'uninstall': 0.16; 'else,': 0.18; 'instance,': 0.18; 'laura': 0.18; 'stick': 0.18; 'windows': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'subject:problem': 0.22; 'dec': 0.23; 'url:download': 0.24; 'install': 0.25; '+0200,': 0.27; 'received:se': 0.29; 'repair': 0.29; 'cc:no real name:2**1': 0.29; 'url:mailman': 0.30; 'run': 0.33; 'problem': 0.33; 'url:python': 0.33; 'url:listinfo': 0.34; 'running': 0.34; 'something': 0.35; 'too': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'url:mail': 0.40; 'where': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'url:en- us': 0.72; '3.4': 0.84; 'header:In-reply-to:1': 0.84; 'old.': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1449240736; bh=lWT6OzzgoHU3STZRou0f3iSRq7lIezJyhXouwR7ZrZs=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=VC5HghVRMdGK9Jp5ohEI3THE7ZkyXQ2o3Z3m7Zdnx5rJB0mS4Ha84crRHVeEoF/Nj gTfVH/sMXdKk9UA0xDAF/9UFI4lK/rXxBiaT9wMpStFLU+vkf4GEc2lSG/R8yyHQUK /GeVdQGv0LlNMr5GQLMPfVHflLiw4XEcKVcDHbYY= In-reply-to: Comments: In-reply-to Dylan Goodwin message dated "Thu, 03 Dec 2015 21:25:53 +0200." Content-ID: <15965.1449240734.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 04 Dec 2015 15:52:16 +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:100004 In a message of Thu, 03 Dec 2015 21:25:53 +0200, Dylan Goodwin writes: >Every time I try and run python 3.5 it keeps coming up with modify, repair >or uninstall >-- >https://mail.python.org/mailman/listinfo/python-list What OS are you running? If windows XP, your problem is that your OS is too old. Python 3.5 is not supported. Stick with 3.4 or upgrade your OS. If something else, you need to install the available service packs. For instance, if you are running Windows 7, https://www.microsoft.com/en-us/download/details.aspx?id=5842 is where you get service pack 1. Laura Creighton