Tôi đã cài đặt BeautifulSoup bằng easy_install và cố gắng chạy tập lệnh sau
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()
Nhưng không chắc tại sao điều này lại xảy ra
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
Bạn có thể giúp. Cảm ơn
easy_install
để sử dụng Python2.7 hay phiên bản Python có sẵn đi kèm với bất kỳ hệ điều hành nào bạn đang sử dụng? Nếu bạn không chỉ định 2.7, hãy thử làm Python2,4 hoặc Python2.6