Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49674
| 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 | <joshua.landau.ws@gmail.com> |
| 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 | <b4aba93c-f832-4af4-8c48-02b1f8f6b1cd@googlegroups.com> |
| References | <b4aba93c-f832-4af4-8c48-02b1f8f6b1cd@googlegroups.com> |
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| 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 <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4140.1372810479.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On 2 July 2013 18:43, <subhabangalore@gmail.com> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
HTML Parser subhabangalore@gmail.com - 2013-07-02 10:43 -0700 Re: HTML Parser Neil Cerutti <neilc@norwich.edu> - 2013-07-02 17:57 +0000 Re: HTML Parser Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-02 23:53 +0000 Re: HTML Parser Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-03 01:13 +0100
csiph-web