I have installed BeautifulSoup using easy_install and trying to run following script
from BeautifulSoup import BeautifulSoup import re doc = [\'
Try this from bs4 import BeautifulSoup
from bs4 import BeautifulSoup
This might be a problem with Beautiful Soup, version 4, and the beta days. I just read this from the homepage.