Pyinstaller-封装python
Posted LuckPsyduck
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pyinstaller-封装python相关的知识,希望对你有一定的参考价值。
1. 当程序中没有调用matplotlib模块
① pip intall pyinstaller
② 在cmd环境下,pyinstaller -F xxx.py
2.当程序中调用matplotlib模块
①pip install pyinstaller
②在cmd环境下,chcp 65001 切换utf-8
③将D:Anaconda2Librarypluginsplatforms文件夹拷贝放到和.exe同一路径下
以上是关于Pyinstaller-封装python的主要内容,如果未能解决你的问题,请参考以下文章
封装 pyinstaller -F -i b.ico excel.py
Python 在用 Pyinstaller封装exe-TypeError: expected str, bytes or os.PathLike object, not NoneType 解决方法!
Requests+Etree+BeautifulSoup+Pandas+Path+Pyinstaller应用 | 获取页面指定区域数据存入htmlexcel文档