Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'explicit': 0.07; 'installed.': 0.07; "subject:' ": 0.07; 'setup.py': 0.09; 'subject:2.7': 0.09; 'subject:How': 0.10; 'python': 0.11; 'anyway': 0.14; 'windows': 0.15; 'build_py': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'instead:': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'received:192.168.1.4': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'subject: \n ': 0.16; 'subject:access': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'typing': 0.19; 'help.': 0.21; 'input': 0.22; 'install': 0.23; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'looks': 0.24; 'suggested': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'chris': 0.29; '(c)': 0.29; '2009': 0.29; 'code': 0.31; 'running': 0.33; 'assistance,': 0.33; 'skip:b 30': 0.33; 'copying': 0.34; "i'd": 0.34; 'received:84': 0.35; 'but': 0.35; 'books,': 0.36; 'doubt': 0.36; 'returning': 0.36; "didn't": 0.36; 'thank': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'remove': 0.60; 'skip:c 50': 0.60; 'then,': 0.60; 'first': 0.61; 'dear': 0.65; 'reserved.': 0.68; '2.7.': 0.84; '3.4': 0.84; 'presumably': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=MtHc6gqe c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=1oDRhzKAKukA:10 a=xobXauqK_lgA:10 a=ihvODaAuJD4A:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=sw7gEcXCvcjKMydIb1UA:9 a=QEXdDO2ut3YA:10 X-AUTH: mrabarnett:2500 Date: Sun, 11 May 2014 21:19:34 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: How do I access 'Beautiful Soup' on python 2.7 or 3.4 , console or idle versions. References: <10313d81-01f2-48ed-951c-a5a6cccee65e@googlegroups.com> <7a908d5e-1e0e-4828-a3e0-172df735e6c3@googlegroups.com> <51368e56-35ee-4120-aacd-c759b01a45e5@googlegroups.com> In-Reply-To: <51368e56-35ee-4120-aacd-c759b01a45e5@googlegroups.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399839577 news.xs4all.nl 2939 [2001:888:2000:d::a6]:42851 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71343 On 2014-05-11 21:03, Simon Evans wrote: > Dear Chris Angelico, > Yes, you are right, I did install Python 3.4 as well as 2.7. I have removed Python 3.4, and input the code you suggested and it looks like it has installed properly, returning the following code:- > -------------------------------------------------------------------------------- > Microsoft Windows [Version 6.1.7601] > Copyright (c) 2009 Microsoft Corporation. All rights reserved. > > C:\Users\Intel Atom>cd "c:\Beautiful Soup" > > c:\Beautiful Soup>c:\Python27\python setup.py install > running install > running build > running build_py > creating build > creating build\lib > copying BeautifulSoup.py -> build\lib > copying BeautifulSoupTests.py -> build\lib > running install_lib > copying build\lib\BeautifulSoup.py -> c:\Python27\Lib\site-packages > copying build\lib\BeautifulSoupTests.py -> c:\Python27\Lib\site-packages > byte-compiling c:\Python27\Lib\site-packages\BeautifulSoup.py to BeautifulSoup.p > yc > byte-compiling c:\Python27\Lib\site-packages\BeautifulSoupTests.py to BeautifulS > oupTests.pyc > running install_egg_info > Writing c:\Python27\Lib\site-packages\BeautifulSoup-3.2.1-py2.7.egg-info > > c:\Beautiful Soup> > -------------------------------------------------------------------------------- > Would that things were as straightforward as they are in the books, but anyway thank you much for your assistance, I'd still be typing the zillionth variation on the first line without your help. I don't doubt though that I will be coming unstuck in the not distant future. Until then, again thank you for your selfless help. > You didn't need to remove Python 3.4. When you typed: python setup.py install it defaulted to Python 3.4, presumably because that was the last one you installed. You just needed to be explicit instead: C:\Python27\python.exe setup.py install