When I am running CherryPy Hello World:
import cherrypy class HelloWorld: def index(self): return \"Hello world!\" index.exposed = True che
As Jason R. Coombs wrote there is a problem with disabled loopback device. heroku.com has loopback disabled therefore CherryPy will crash. I filed a bug for this.
Update: Reported as resolved.