Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: python Date: Mon, 11 Jan 2016 16:36:55 -0500 Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de X1/gGuxfNceG2ykB8s+eWgbFE6VatMGhjCj+7YeLHmCg== 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; 'modify': 0.04; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'specific.': 0.09; 'python': 0.10; 'itself.': 0.11; 'jan': 0.11; 'subject:python': 0.14; 'properly': 0.15; "'it'": 0.16; 'bit.': 0.16; 'installer.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'select.': 0.16; 'uninstall': 0.16; 'user?': 0.16; 'where?': 0.16; 'wrote:': 0.16; 'sean': 0.22; '(you': 0.23; 'tried': 0.24; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'installed': 0.26; 'header:X-Complaints- To:1': 0.26; 'repair': 0.29; 'windows,': 0.29; 'admin': 0.29; 'work.': 0.30; 'says': 0.32; 'run': 0.33; 'options': 0.33; 'choices': 0.33; 'open': 0.33; 'problem.': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'received:71': 0.36; 'to:addr :python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'say': 0.37; 'received:org': 0.37; 'version': 0.38; 'to:addr:python.org': 0.40; 'still': 0.40; 'matter': 0.63; 'more': 0.63; '(is': 0.84; '3.5.1': 0.84; 'believe,': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-71-185-227-36.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: 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:101493 On 1/11/2016 2:17 PM, Sean Melville wrote: > I've downloaded python 3.5.1 but when I try and open it You need to be more specific. (Is 'it' the python installer or python program?) 1. What version of Windows, including 32/64 bit. For pre-10, service packs matter (you should have the latest). 2. What installer did you download, from where? There are, I believe, 6 choices at python.org. 3. How did you run the installer? Admin or normal user? What options did you select. Did the installer say 'finished' or 'error'. 4. How you you try to run Python (if indeed you did)? Be very specific here, as this may be the problem. > always says that I > have to either uninstall it, repair it or modify it. However, I've tried > all of them and it still doesn't work. You see this if you open the installer after installing. You should not see this if you run python itself. You will not see this if python is properly installed and you run python and not the installer. -- Terry Jan Reedy