https://github.com/pyinstaller/pyinstaller
sudo pip install git+https://github.com/pyinstaller/pyinstaller.git
pyinstaller -F crawler_lhb.py
注意: 要打包代码和使用的依赖库中不能有lazy import,否则在执行二进制文件时会报找不到模块错误
https://github.com/pyinstaller/pyinstaller
sudo pip install git+https://github.com/pyinstaller/pyinstaller.git
pyinstaller -F crawler_lhb.py
注意: 要打包代码和使用的依赖库中不能有lazy import,否则在执行二进制文件时会报找不到模块错误
转载于:https://my.oschina.net/1123581321/blog/719404