【整理】Pyinstaller打包多进程程序

原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 【整理】Pyinstaller打包多进程程序

参考:PyInstaller-built Windows EXE fails with multiprocessing

PyInstaller Recipe Multiprocessing

打包带多进程的Python程序时,需要额外的做些处理。

参考SO上面的讲解,更容易采用的方式是 --onedir 模式。

采用 --onedir 模式打包,我们需要在main方法里,第一行加入如下代码:

multiprocessing.freeze_support()

然后打包即可生成支持多进程的程序。

附送我的打包指令:

pyinstaller -D -w ClientMain.py
原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 【整理】Pyinstaller打包多进程程序

文章的脚注信息由WordPress的wp-posturl插件自动生成



|2|left
打赏

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: