On CentOS 6.4, I get an error related to a new version of cherrypy:
Traceback (most recent call last):
File "webFilelocker2.py", line 2328, in <module>
class myFieldStorage(cherrypy._cpcgifs.FieldStorage):
AttributeError: 'module' object has no attribute '_cpcgifs'</module>
I read that I could download python-cherrypy, but this version of CentOS has no downgrades available. I assume this will be fixed in the new release, but do we have any hope of a new version coming out?
Still not fixed in 2.6, but I was able to install cherrypy 3.1.2 from source and it is working that way.
My last commit should fix the Cherrypy 3.2+ issues, though probably breaking 3.1 support. When 2.6 is ready it will probably have to require CPy 3.2+.
This is now fixed in 2.6.