On Oct 27, 2004, at 7:01 PM, Mario Ruggier wrote: > On Oct 27, 2004, at 6:45 PM, Neil Schemenauer wrote: >> On Wed, Oct 27, 2004 at 12:41:16PM -0400, Neil Schemenauer wrote: >>> If you don't read the config file then the errors should go to >>> stdout. >> >> Actually, stderr. > > If I run my copy of demo_scgi.py, to which I add something like: > > import os > print os.path.abspath(os.path.curdir) > > at the end of the file, nothing is printed in the terminal > where i run the script. If I move the above 2 lines to the top > of the script, the full curdir is printed correctly in the same > terminal. > The script has the read_conf line commented out. > Where is stdout being changed, and what to? Sorry, it is actually going to the scgi log file specified on the command line of the demo_scgi.py script, with the -l option... ;-( mario