|
|
What steps will reproduce the problem?
1. Look at wsgiserver/__init__.py
2. Write a test app like described there
3. access url
Instead of having anything meaningful, it'll show a traceback.
CherryPy has acknowledged this problem, it's discussed at
http://www.nabble.com/cStringIO-problem-with-new-version-of-cherrypy-td18274987.html
and
http://www.cherrypy.org/ticket/837
It would be nice to have the issue fixed, as the patch
http://www.cherrypy.org/attachment/ticket/837/837.2049.patch
applies and works.
Thanks!
|