BleepingComputer.com: about beautiful soup

Jump to content


Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.

Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

about beautiful soup

#1 User is offline   k-Kariya 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 28
  • Joined: 03-September 09
  • Gender:Male

Posted 07 September 2009 - 03:11 PM

Recently, i took it upon myself to try and learn Python. I went to a site that told me to install several plugins for firefox and other programs, alongside with Python. The site that told me to download these files, says that I have to copy the "beautiful soup" into the python library....but i really don't know where that is or how to do that. I guess my question is: HOW do i go and copy beautiful soup into the python library?

#2 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,522
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 08 September 2009 - 01:25 PM

What site?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#3 User is offline   k-Kariya 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 28
  • Joined: 03-September 09
  • Gender:Male

Posted 10 September 2009 - 05:35 AM


#4 User is offline   Romeo29 

  • Learning To Bleep
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,814
  • Joined: 06-July 08
  • Gender:Not Telling
  • Location:127.0.0.1

Posted 10 September 2009 - 09:39 AM

Make sure you have Python installed and its added to your system PATH variable

1 Download beautifulsoup : http://www.crummy.com/software/BeautifulSo...ifulSoup.tar.gz

2 Decompress it using WinRAR or 7-Zip to a folder lets say c:\beautifulsoup

3 Open command prompt, and type following :
cd c:\beautifulsoup
python setup.py install

[url="http://www.avast.com/"]avast! free antivirus[/url]

#5 User is offline   k-Kariya 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 28
  • Joined: 03-September 09
  • Gender:Male

Posted 19 September 2009 - 02:09 AM

how do you install python in "my system PATH variable?"

#6 User is offline   Romeo29 

  • Learning To Bleep
  • PipPipPipPipPipPip
  • Find Topics
  • Group: BC Advisor
  • Posts: 2,814
  • Joined: 06-July 08
  • Gender:Not Telling
  • Location:127.0.0.1

Posted 19 September 2009 - 04:53 AM

Right-click on My Computer icon on your desktop and select Properties. It will open System Properties window as shown in the picture :
Posted Image

1. Click on the Advanced tab.
2. Click on Environment Variables button.
3. Select Path from the list of variables by clicking on it.
4. Click on the Edit button.
5. In the Variable value field go to the end of text-value and type a semicolon (;) in the end, followed by the folder path you installed Python in (e.g., C:\Python25).
6. Click OK to close the box. Also close all the dialog boxes by clicking OK of the respective boxes.

I have marked the steps in the picture above as well for you to follow easily.
[url="http://www.avast.com/"]avast! free antivirus[/url]

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users