massimo, > I thought Rocket did run on 2.4.
My colleague and I had consistent failures getting 1 .7 9.2 to run on a CentOS server whose conservative upgrade policy required Python 2.4. To verify I tried running on an Ubuntu server and had no problems until we began using Python 2.4. Experiments with virtualenvs seem to confirm that. It's possible I may have missed something, but the https://launchpad.net/rocket says "Rocket runs on cPython 2.5-3.x and Jython 2.5". >If not, we need to make compatible. I'm not sure the best way, but a quick look at gluon.main makes me wonder if we couldn't resurrect the old CherryPy code and use it if rocket doesn't load. There is already code that catches the Rocket load failure. Would probably want to use a more generic name for the global server variable as well. Thoughts?