2016-04-27 70 views
-1

我得到以下錯誤,當我嘗試導入beautifulsoup。我正在使用機蓋,軟件包管理器顯示我已安裝了beautifulsoup4 4.4.1-3。發生了什麼事情,我該如何解決它?beutifulfuloup python錯誤,當我進口包

----> 6 from BeautifulSoup import BeautifulSoup 
     7 
     8 #This is the url that will be queried. You can change this to something else 

ImportError: No module named BeautifulSoup 

回答