python - Pyinstaller issue with subprocess.check_output -
when have subprocess.check_output function in mycode , generate .exe file using pyinstaller
python pyinstaller.py --noconsole -f myprogram.py
process stop work, otherwise every thing ok!
do know solution pyinstaller or replace subprocess library thing else?
Comments
Post a Comment