Closed etiaxie closed 6 years ago
You need to set the PYTHONUNBUFFERED
environment variable to avoid python buffering the output.
i don't want to change the whole python environment, just want wooey to output with no buffer.
Then you are at an impasse. Wooey runs in python, so you need to control the buffering from python, or flush the stdout
from your scripts manually.
i setup wooey env on windows python 2.7 and my setup command like the following: python manage.py runserver python manage.py celery worker -c 8 -l info after it works, when the script excute, i find the print output will not pop up on web UI until script excute finished.