【发布时间】:2015-03-14 08:23:28
【问题描述】:
我想在 python3.4.3 (windows 7) 上使用 BeautifulSoup。我用 cmd.exe 安装了它。但是当我尝试导入它时,我收到一条错误消息,提示没有名为 BeautifulSoup 或 BeautifulSoup4 的模块。
你能帮帮我吗?这就是我安装beautifulsoup4的方式:
C:\Python34\Scripts\pip.exe install beautifulsoup4
【问题讨论】:
-
您是否通读了您将要使用的模块的docs 中的第一个示例?考虑在未来这样做。
标签: python python-3.x beautifulsoup