easy_install을 사용하여 BeautifulSoup을 설치하고 다음 스크립트를 실행하려고합니다.
from BeautifulSoup import BeautifulSoup
import re
doc = ['<html><head><title>Page title</title></head>',
'<body><p id="firstpara" align="center">This is paragraph <b>one</b>.',
'<p id="secondpara" align="blah">This is paragraph <b>two</b>.',
'</html>']
soup = BeautifulSoup(''.join(doc))
print soup.prettify()
하지만 왜 이런 일이 일어나는지 잘 모르겠습니다.
Traceback (most recent call last):
File "C:\Python27\reading and writing xml file from web1.py", line 49, in <module>
from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup
도와 주 시겠어요? 감사
easy_install
Python2.7 또는 사용중인 OS와 함께 제공되는 Python의 내장 버전을 사용하도록 설정 했습니까 ? 당신은 2.7를 지정하지 않은 경우, Python2,4 또는 Python2.6 일을하려고