> How do you capture print statements when using the 
> OneShot.cgi adapter?

Maybe there is already a mechanishm to do that but you could put
something like the following in ThreadedAppServer.py:

import sys
sys.stdout = open("stdout.txt","a")



-Jeff

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to