Pyinstaller在-F单文件模式下打包执行有两个同名exe进程

如题,Pyinstaller在-F单文件模式下打包执行有两个同名exe进程。其中一个是程序进程,另一个是清理进程。参考下图。使用非-F模式,则不存在此问题。

When you build in onefile mode (-F), the program is decompressed to a temporary directory and run from there. The second process is your actual program, while the first process is meant to clean up the temporary directory after the program exits or crashes.

If there were only one process, there would be no way to clean up the temp directory in the event of a crash.

a72a8c15-20a7-421b-a357-8bfdda535deb

Ref:

Two process instance when i run "exe" which is generated by pyinstaller? #2483

https://github.com/pyinstaller/pyinstaller/issues/2483

https://github.com/dmadison/Prismatik-iRacing/issues/11

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值