Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'installed.': 0.05; 'subject:Windows': 0.09; 'path.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.10; 'python': 0.10; 'command,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:after': 0.16; 'later': 0.16; 'thanks.': 0.18; 'language': 0.19; 'versions': 0.20; 'tracker': 0.20; 'lawrence': 0.22; 'file.': 0.22; 'recognized': 0.24; "i've": 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'compatible': 0.27; 'external': 0.27; 'subject:update': 0.29; 'raise': 0.29; "i'm": 0.30; 'somebody': 0.30; 'says': 0.32; 'language.': 0.32; 'url:python': 0.33; 'surely': 0.33; 'running': 0.34; 'gives': 0.35; 'skip:c 30': 0.35; 'could': 0.35; 'subject:use': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'received:org': 0.37; 'version': 0.38; 'files': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'url:3': 0.60; 'your': 0.60; 'further': 0.62; 'confirm': 0.62; 'matter': 0.63; 'our': 0.64; 'pythonistas,': 0.84; 'seeing,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Can't use Python Launcher on Windows after update to 3.5 Date: Thu, 10 Sep 2015 00:52:14 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 195.147.66.69 X-Mozilla-News-Host: news://news.gmane.org:119 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 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: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441842788 news.xs4all.nl 23797 [2001:888:2000:d::a6]:42281 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3861 X-Received-Body-CRC: 1029285605 Xref: csiph.com comp.lang.python:96232 I've installed 3.5 for all users so it's in C:\Program Files From https://docs.python.org/3.5/using/windows.html#from-the-command-line it says "System-wide installations of Python 3.3 and later will put the launcher on your PATH. The launcher is compatible with all available versions of Python, so it does not matter which version is installed. To check that the launcher is available, execute the following command in Command Prompt:", but:- C:\Users\Mark\Documents\MyPython>py -3.4 'py' is not recognized as an internal or external command, operable program or batch file. Further running ftype shows nothing for Python, assoc just gives this .pyproj=VisualStudio.Launcher.pyproj.14.0. Surely this is wrong? Before I go to the bug tracker to raise an issue could somebody please confirm what I'm seeing, thanks. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence