当尝试在Eclipse上发布Tomcat v8时,出现无法发布的错误。仅当我在server.xml文件中提供的主机名不是localhost时,才会发生这种情况
from bs4 import BeautifulSoup
import requests
page_link = 'http://drneclayazicioglu.meb.k12.tr/'
page_content= BeautifulSoup(requests.get(page_link).text, "html.parser")
source_code=(page_content.findAll('div',attrs={"id":"col-green"}))
soup = BeautifulSoup(source_code)
我可能做错了什么?