python to exe
Posted Erio
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python to exe相关的知识,希望对你有一定的参考价值。
使用pyinstaller 打包
文件结构如下
命令行cd 进入 project文件夹 ,然后 命令
pyinstaller -F main.py
即可打包文件为一个完整的exe。(不含DLL等)
以上是关于python to exe的主要内容,如果未能解决你的问题,请参考以下文章
Selenium Xpath元素无法定位 NoSuchElementException: Message: no such element: Unable to locate element(代码片段
pip出现Fatal error in launcher: Unable to create process using ‘“d:python 3.6.0-64python.exe“的问题