No module named bs4 说我没有装bs4.
Traceback (most recent call last):
File "D:\C temp\Desktop\python test files\1.22.py", line 2, in <module>
from bs4 import BeautifulSoup
ImportError: No module named bs4
[Finished in 1.1s with exit code 1]
[cmd: ['D:/Python27/python.exe', '-u', 'D:\\C temp\\Desktop\\python test files\\1.22.py']]
[dir: D:\C temp\Desktop\python test files]
[path: C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;D:\Program Files\Windows7Master;D:\Program Files (x86)\Sublime Text 3;D:\Users\joey\Anaconda2;d:\Users\joey\Anaconda2;d:\Users\joey\Anaconda2\Scripts;d:\Users\joey\Anaconda2\Library\bin]
我明明已经通过 anaconda中的conda install beautifulsoup 安装好了bs4,并且在交互界面下,分别 import bs4 ,from bs4 import BeautifulSoup 也没问题,怎么在文本模式下,上图那样,就显示我没有装bs4呢? 我用sublime text3.