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

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

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

javascript - storing input from prompt in array and displaying the array -