[Trouble Shooting - Python] Scrapy 安装问题
1. Background: Python 3.6.4 + win10
2. Issue #1
Error Line: ModuleNotFoundError: No module named 'win32api'
Solution: pip install pywin32
3. Issue #2
Error Line: ImportError: DLL load failed: 找不到指定的模块。
Solution: pip install pypiwin32