WebCore

A lightweight and extremely fast Python web framework.

Common Problems and Caveats

I use caching or otherwise return a zero-length body, and I get this strange traceback…

You are probably using the GzipMiddleware; disable it and your problem should go away. See this ticket on Paste’s Trac for more information.