我在我的Mac上安装了BeautifulSoup,使用的是easy_install,没有任何错误,我也可以完美地运行test.py文件。module>ImportError: No module named BeautifulSoupsoup = BeautifulSoup(a)soup.findAll("a", recursive=Fa
我试图将漂亮汤中的文本导出到文本文件中,但它显示了TypeError: expected a character buffer object"important=soup.find_all("tr", class_="accList")
with open("important.txt","w"