> I've put print statements in gzip_start_response and they never get > output; however maybe the output is being captured by web.py. Since > the middleware wraps web.py, I assumed web.debug wouldn't work here. > What do you think?
Yeah, web.py will catch raw prints but web.debug should still work. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
