Pyinstaller issue with subprocess.check_output

落爺英雄遲暮 提交于 2021-02-11 08:11:13

问题


When I have subprocess.check_output function in mycode and I generate an .exe file using pyinstaller with

python pyinstaller.py    --noconsole -F myprogram.py

process stop to work, otherwise every thing is ok!

Do you know any solution with pyinstaller or replace subprocess library with some thing else?

来源:https://stackoverflow.com/questions/18613642/pyinstaller-issue-with-subprocess-check-output

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!