次のコードを実行しようとしましたが、エラーが発生しましたBeautifulsoup is not a module
:
import urllib
from Beautifulsoup import BeautifulSoup
webpage = urlopen('http://en.wikipedia.org/wiki/Mathematics').read
patfinderTitle = re.compile('<title>(.#)</title>')
if __name__=='__main__': main()
「bs4 から」試しました。Easy_install、Python 2.7、BeautifulSoup 3.2.1 を使用しました。どうすればよいですか?