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.