Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '(of': 0.07; "subject:' ": 0.07; 'oh,': 0.09; 'setup.py': 0.09; 'subject:2.7': 0.09; 'url:software': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; '2.7': 0.14; 'expecting': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'subject: \n ': 0.16; 'subject:access': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'solution.': 0.20; 'cc:addr:python.org': 0.22; 'installation': 0.23; 'mon,': 0.24; '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; 'trivial': 0.31; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'that!': 0.36; 'does': 0.39; '12,': 0.39; 'sure': 0.39; 'skip:u 10': 0.60; 'upgrading': 0.60; 'details': 0.65; 'latest': 0.67; 'glad': 0.83; '3.4': 0.84; '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=RfD76vOHthAz4rPKQz5ftOSJhZInnclX/0fVk9C85Zg=; b=nVjW1aWohSZpWBmiXt/IkOwuxO9BgWlyw2KyGzi6rXvolOze9HDoaFrzW+eYV/yU35 87iNtwjU7382CSEJpUvA8MLcRve/kMP+lbSDWSbEbfeOz1ZrnQtlBk3OkceNAfV9HnaL F/hlwm4HR0awoztLZUreM3wpAplWne7HIkQTKWt4+ZrvUQk4LwmVefdc+QJ/9s1QiaO2 F/hDp5TE3pakuf4mV/TzQT7WgJt2C7+gm2Ak1HH+TiEFXrOaahWVSQzxsMZpMM0mybX2 ftuC+p/Kpa5YcQIiadlyNSau6YXwxdcduZvbIy7qYtKeElv5QmZjvCuc2xnMtrcrFAAW s+Ew== MIME-Version: 1.0 X-Received: by 10.220.81.194 with SMTP id y2mr83967vck.29.1399858830593; Sun, 11 May 2014 18:40:30 -0700 (PDT) In-Reply-To: References: <10313d81-01f2-48ed-951c-a5a6cccee65e@googlegroups.com> <7a908d5e-1e0e-4828-a3e0-172df735e6c3@googlegroups.com> Date: Mon, 12 May 2014 11:40:30 +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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399858832 news.xs4all.nl 2938 [2001:888:2000:d::a6]:56708 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71361 On Mon, May 12, 2014 at 6:31 AM, Terry Reedy wrote: > Please do not advise people to unnecessarily downgrade to 2.7 ;-). > Simon just needs the proper current version of BeautifulSoup. > BeautifulSoup3 does not work with 3.x. > BeautifulSoup4 works with 2.6+ and 3.x. > http://www.crummy.com/software/BeautifulSoup/ > Installation (of the latest version on PyPI) is trivial with 3.4: Oh, I'm glad of that! But without digging into the details of BS, all I could say for sure was that setup.py was expecting 2.x. :) Sticking with 3.4 and upgrading to BS4 is a much better solution. ChrisA