pyinstall打包exe换电脑后无法运行

Posted Neil

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pyinstall打包exe换电脑后无法运行相关的知识,希望对你有一定的参考价值。

安装pywin32

pip install pywin32

打包

python pyinstaller  -F xxx.py

 参考文章:https://zhuanlan.zhihu.com/p/163391805

以上是关于pyinstall打包exe换电脑后无法运行的主要内容,如果未能解决你的问题,请参考以下文章

pyinstaller 打包python文件成.exe程序

pyinstaller打包在别的电脑上无法运行?

python selenium代码如何打包成.exe文件(Pyinstaller)

pyinstaller后不能运行的问题处理

pyinstaller 打包后无法运行

用pyinstaller生成的exe在某些电脑上能运行,有些则不行