CherryPy3 / WSGI support
Posted: September 27th, 2009, 6:58 am
It would be good to do some maintenance on the base of your application.
Although it run well for now, your application server (cherrypy2) is going old and unmaintained.
We are trying to push SABNzbd in portage, but this requirement (cherrypy2) is a big stopper.
See http://bugs.gentoo.org/show_bug.cgi?id=132590.
Even of the incompatible changes, the cherrypy3 port is not that difficult and will bring you more users.
Another linked improvement would be to package it as an egg and deploy the script as a "console_script" entry point.
This would be a lot more python sympathic and a lot of more flexible.
It will make also your distributions packagers work a lot easier.
Although it run well for now, your application server (cherrypy2) is going old and unmaintained.
We are trying to push SABNzbd in portage, but this requirement (cherrypy2) is a big stopper.
See http://bugs.gentoo.org/show_bug.cgi?id=132590.
Even of the incompatible changes, the cherrypy3 port is not that difficult and will bring you more users.
Another linked improvement would be to package it as an egg and deploy the script as a "console_script" entry point.
This would be a lot more python sympathic and a lot of more flexible.
It will make also your distributions packagers work a lot easier.