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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -