I am new to Python. I am just trying to extract a string from an HTML file. I cannot make it work. Everyone is talking about Beautiful Soup but it doesn't work for me...
This is my error:
ImportError: No module named bs4
I installed Beautiful Soup 4 already but I believe it is in the wrong folder:
sudo pip install beautifulsoup4
Requirement already satisfied (use --upgrade to upgrade): beautifulsoup4 in /usr/local/lib/python2.7/dist-packages
Cleaning up...
I am using Python 3.2. How do I force Beautiful Soup to install in the other folder?