At 02:47 PM 10/3/2001 -0400, Jeff Johnson wrote: > > Maybe try running python with "python -u", which should turn off > > buffering. > >Good idea. I modified AppServer to read: >#!/bin/sh >/usr/bin/env python -u Launch.py ThreadedAppServer $* > >But it didn't fix the problem. Maybe Launch.py is starting a new python >interpreter that also needs the -u switch? I can't tell.
Launch.py does not spawn a new process and it does a Python exec, but I'm pretty sure that would maintain the same flags. Did you try a simple Python program yet, like you mentioned earlier? -Chuck _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
