python3.6 pyinstaller 打包exe

现在的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

通过该视频的学习,你将学会如何在网络中爬取自己所需要的东西

原文地址:https://www.cnblogs.com/lglblogadd/p/9864720.html