Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'windows,': 0.09; 'subject:python': 0.11; 'outdated': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:gone': 0.16; 'subject:where': 0.16; 'url:faq': 0.16; 'wrote:': 0.17; "shouldn't": 0.17; 'url:dev': 0.17; 'windows': 0.19; 'faq': 0.22; 'posted': 0.22; 'command': 0.24; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.28; 'link,': 0.29; 'url:client': 0.29; 'install': 0.29; 'usually': 0.30; 'url:python': 0.32; 'from:addr:yahoo.co.uk': 0.32; 'mac': 0.32; 'url:ie': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'subject:?': 0.35; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'why': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'some': 0.38; 'url:docs': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'show': 0.63; 'here': 0.65; 'url:t': 0.65; 'url:en-us': 0.65; 'stated': 0.69; 'url:search': 0.83; 'click:': 0.84; 'url:line': 0.84; 'url:official': 0.84; 'url:rls': 0.84; 'received:2': 0.91; 'url:mozilla': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Newbie: where's the new python gone? Date: Mon, 10 Sep 2012 07:54:24 +0100 References: <504cd574$0$6990$e4fe514c@news2.news.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-205-178.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20120824 Thunderbird/15.0 In-Reply-To: X-Antivirus: avast! (VPS 120909-1, 09/09/2012), Outbound message X-Antivirus-Status: Clean 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: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347260097 news.xs4all.nl 6877 [2001:888:2000:d::a6]:50676 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28803 On 10/09/2012 07:10, Dwight Hutto wrote: > I have several installations on my windows, so I use > c:\python27_64\python.exe module_file.py > > or > > c:\python26\python.exe module_file.py > > in the command line. > > > Not to show that this shouldn't be a discussion, but usually it's > searching. Here's search term a link, and some python docs: > > install python windows command line > > or click: > > https://www.google.com/search?q=install+python+windows+command+line&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-ahere's > > and one of the better results: > > http://docs.python.org/faq/windows.html#how-do-i-run-a-python-program-under-windows > > > > Why have you posted this seeing that the OP stated that they're on Mac OS X? The windows faq is outdated wrt PEP397. An up to date version is available here http://docs.python.org/dev/using/windows.html -- Cheers. Mark Lawrence.