現在的pyinstaller 最新版本已經支持python3.6版本的打包了只需要進行如下的操作即可
1. pip install pyinstaller
2. pip install --upgrade pyinstaller
3.pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
4.在對應的項目目錄下 打包 執行 pyinstaller -F show.py 即可在對應的dist文件下獲取對應的exe包
學習網絡爬蟲地址鏈接為:http://edu.51cto.com/sd/7a8ee
通過該視頻的學習,你將學會如何在網絡中爬取自己所需要的東西
