I need to run the script in the environment web2py, via cron, but without the introductory text on the printed output:
"web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2010 [...]" It is very important for me to output to stdout, the information appearing on it are processed in the further course of action. Text appears at the beginning of spoils the whole process. Generally, it's about something al'a-Q (quiet), but keeping the output to stdout on which I print the information.

