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?