Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; "subject:' ": 0.07; 'quotes:': 0.09; 'subject:2.7': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'python': 0.11; 'assume': 0.14; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 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; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'open': 0.33; 'proceed': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'operating': 0.37; 'follows:': 0.38; 'whatever': 0.38; 'does': 0.39; 'space': 0.40; 'easy': 0.60; "you'll": 0.62; 'name': 0.63; 'refer': 0.63; 'beautiful': 0.68; 'line,': 0.68; 'prompt': 0.68; '(microsoft': 0.84; 'you.)': 0.84; 'navigate': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=r2NFSFySiRwRYBNIIZoNac7nqV51KL40LNeudWAczFg=; b=aHtLN7sVWJQTXChkfpnoyweHjaaxDTR7CW+gUrJbAZvW1UiNPlQ8zV8EKCBOqotEmH 1SKWG4DOn4DURKpj73pkr9Q4jiUZQrx73fSkobjiTl71Zup+y1Q0qv5OEYJYDBa2VN7T lYwUfv6UUhL6QQ4DJQi7aVvMzaG1FXsBvN26s4K8tjP3i7vmnpEmAnge2+JvnbcFkPP0 C4qordkqtzN5SeLnSNvBRyPJPIyfiBQFkN+yVFpNfGxQ9QfQgBTzuezuwYSrLiXSIcHE W3V5ft6BxIfknjavs2FhBS2bAXOYEOekQRa3FqopoHRPCjrY5DM/ilJIHpEvr7/19A6x OX3w== MIME-Version: 1.0 X-Received: by 10.220.59.65 with SMTP id k1mr13726270vch.22.1399741406054; Sat, 10 May 2014 10:03:26 -0700 (PDT) In-Reply-To: <10313d81-01f2-48ed-951c-a5a6cccee65e@googlegroups.com> References: <10313d81-01f2-48ed-951c-a5a6cccee65e@googlegroups.com> Date: Sun, 11 May 2014 03:03:26 +1000 Subject: Re: How do I access 'Beautiful Soup' on python 2.7 or 3.4 , console or idle versions. From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399741414 news.xs4all.nl 2940 [2001:888:2000:d::a6]:33280 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71257 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.) Since you have a space in the name, you'll need quotes: cd "c:\Beautiful Soup" Then proceed as per the instructions. ChrisA