Path: csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; "subject:' ": 0.07; 'quotes:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'subject:How': 0.10; 'python': 0.11; 'jan': 0.12; 'assume': 0.14; 'windows': 0.15; 'pinned': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'soup': 0.16; 'subject: \n ': 0.16; 'subject:access': 0.16; 'under.': 0.16; 'subject:python': 0.16; 'folder': 0.16; 'wrote:': 0.18; "python's": 0.19; 'command': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'bar.': 0.24; 'task': 0.26; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; "i'm": 0.30; 'open': 0.33; 'version': 0.36; 'operating': 0.37; 'follows:': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'space': 0.40; 'easy': 0.60; 'received:173': 0.61; "you'll": 0.62; 'name': 0.63; 'refer': 0.63; 'beautiful': 0.68; 'line,': 0.68; 'prompt': 0.68; '(microsoft': 0.84; 'accessories.': 0.84; 'received:fios.verizon.net': 0.84; 'you.)': 0.84; 'navigate': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: How do I access 'Beautiful Soup' on python 2.7 or 3.4 , console or idle versions. Date: Sat, 10 May 2014 14:39:50 -0400 References: <10313d81-01f2-48ed-951c-a5a6cccee65e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399747215 news.xs4all.nl 2919 [2001:888:2000:d::a6]:56384 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71263 On 5/10/2014 1:03 PM, Chris Angelico wrote: > On Sun, May 11, 2014 at 2:58 AM, Simon Evans wrote: >> "Open up the command line prompt and navigate to the folder where you have unzipped the folder as follows: >> cd Beautiful Soup >> python setup python install " > > This would be the operating system command line, not Python's > interactive mode. Since you refer to a C drive, I'm going to assume > Windows; you'll want to open up "Command Prompt", or cmd.exe, or > whatever name your version of Windows buries it under. (Microsoft does > not make it particularly easy on you.) On the All Programs / Start menu, look under Accessories. I have it pinned to my Win 7 task bar. > Since you have a space in the name, you'll need quotes: > > cd "c:\Beautiful Soup" Not for Win 7, at least C:\Users\Terry>cd \program files C:\Program Files> -- Terry Jan Reedy