windows下运行scrapy爬虫提示错误:ImportError: No module named 'win32api'
win32api模块没有找到,直接安装一个就行了
pip install win32安装完成后问题解决。
留言(0)