Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Jun 03, 2012 4:41 pm 
Offline
Newbie

Joined: Sun Jun 03, 2012 4:32 pm
Posts: 4
hello there,

Linode newbie (and linux newbie) here. I just signed on with linode and spun a server to play with python and beautiful soup. but I'm having trouble installing beautiful soup 4. according to the beautifulsoup documentation, to install BS4 i should type the following:

Code:
sudo apt-get install beautifulsoup4


this is what i get:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package python-beautifulsoup4


has anyone else had experience with beautiful soup 4 and could help me out?

Thanks!

PS. Running 10.04.4 if that makes a difference.


Top
   
 Post subject:
PostPosted: Mon Jun 04, 2012 12:34 am 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
Ubuntu Lucid (10.04.4 LTS) only has beautifulsoup3 in its standard repositories. Precise (12.04 LTS) has python-beautifulsoup (which gets you 3.2.0-2) and python-bs4 (4.0.2-1).

Your options are:
  • upgrade to 12.04,
  • configure apt to pull bs4 from another repository,
  • install via pip.

_________________
/ Peter


Top
   
 Post subject:
PostPosted: Tue Jun 05, 2012 4:21 am 
Offline
Newbie

Joined: Sun Jun 03, 2012 4:32 pm
Posts: 4
ahh. thanks for the info. i appreciate it!

btw.. is there a way for me to tell if a package is out there but not available for my particular version of ubuntu? that would be very helpful..

pclissold wrote:
Ubuntu Lucid (10.04.4 LTS) only has beautifulsoup3 in its standard repositories. Precise (12.04 LTS) has python-beautifulsoup (which gets you 3.2.0-2) and python-bs4 (4.0.2-1).

Your options are:
  • upgrade to 12.04,
  • configure apt to pull bs4 from another repository,
  • install via pip.


Top
   
 Post subject:
PostPosted: Tue Jun 05, 2012 10:07 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
http://packages.ubuntu.com/


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group