qc.statusmessage comes as an egg and can be downloaded from PyPI. You can also easily add it as an dependency on your own package or install it via zc.buildout or virtualenv .
Using easy_install you install it like this:
easy_install qc.statusmessage
After that you can use it as filter in your WSGI pipeline.