爬取程序運行錯誤
有人遇到直接是這樣的嗎? ?File "spider_main.py", line 5, in
from baike_spider import url_manager,html_downloader,html_parser,html_outputer ModuleNotFoundError: No module named 'baike_spider' from baike_spider import url_manager,html_downloader,html_parser,html_outputer import urllib.parse
2017-08-10
把import前面的去掉直接import