问题
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