Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!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.067 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'suggest': 0.14; 'windows': 0.15; 'wrote:': 0.18; 'command': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'file.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'know.': 0.32; 'quite': 0.32; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'does': 0.39; 'july': 0.63; 'to:addr:gmail.com': 0.65; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Mfn7mxileoHEtr0rszvnh+W3IbGYzhl67wt7Mom3KZI=; b=GLhqkCyfgpzKJBgqocR2JeEVKbF4TE9HjOKdSNVP/LXJ7//9dpIgIztpWdL0yssefm gkYRCl/Dq4mvTSM5wdy7NeGRPOdw2n7m0xSxjfhraHoSZBJWcZV8DseZpJ6Ez525tT8X EpZS38TuIoiKO/zP0LolZUlJP0JuT02HBqfIbQGTDYDTlDTO69jyx4WnGwkaNgO02qym PeTzjrmQHFwIb42lqR4SFOaUBv1o4ct2WupbFc1m7KCwaXghO9An01KY9eFSYNZ3p31N S5fqnFh2aaewHfAjPXbaO1xcbM4quDYsbNJuVnKxcoJ5hbvrQ/MjSFk/deJmJhINfem0 8EVA== X-Received: by 10.112.88.169 with SMTP id bh9mr113896lbb.12.1372810471905; Tue, 02 Jul 2013 17:14:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Joshua Landau Date: Wed, 3 Jul 2013 01:13:50 +0100 Subject: Re: HTML Parser To: subhabangalore@gmail.com Content-Type: text/plain; charset=UTF-8 Cc: python-list 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372810479 news.xs4all.nl 15916 [2001:888:2000:d::a6]:49030 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49674 On 2 July 2013 18:43, wrote: > I could not use BeautifulSoup as I did not find an .exe file. Were you perhaps looking for a .exe file to install BeautifulSoup? It's quite plausible that a windows user like you might be dazzled at the idea of a .tar.gz. I suggest just using "pip install beautifulsoup4" at a command prompt. See http://stackoverflow.com/questions/12228102/how-to-install-beautiful-soup-4-with-python-2-7-on-windows for explanations -- there are links for things you need to know. But basically, use BeautifulSoup. It does what you need.