Python项目打包成exe文件

这里我们使用pyinstaller这个软件即可,使用pip即可完美安装,在要打包的程序目录下打开cmd输入

pyinstaller -F 文件名.py 即可成功,运行成功后生成一个dict文件夹,东西在该文件夹里

pyinstaller -F 文件名.py

上一篇:mac chrome 浏览器开启允许跨域


下一篇:错误:Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 拒绝访问。