Skip to content

Instantly share code, notes, and snippets.

@sbassi
Created July 13, 2013 18:20
Show Gist options
  • Save sbassi/5991653 to your computer and use it in GitHub Desktop.
Save sbassi/5991653 to your computer and use it in GitHub Desktop.
bs4?
(ann)sbassi@sbassi-desktop ~/projects/catalytic/ann/ann $ pip install beautifulsoup4
Downloading/unpacking beautifulsoup4
Downloading beautifulsoup4-4.2.1.tar.gz (139Kb): 139Kb downloaded
Running setup.py egg_info for package beautifulsoup4
Installing collected packages: beautifulsoup4
Running setup.py install for beautifulsoup4
Successfully installed beautifulsoup4
Cleaning up...
(ann)sbassi@sbassi-desktop ~/projects/catalytic/ann/ann $ ./matchterms.py Traceback (most recent call last):
File "./matchterms.py", line 7, in <module>
from bs4 import BeautifulSoup
ImportError: No module named bs4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment