Your deployment config file:
http://docs.turbogears.org/1.1/Configuration#cherrypy-configuration-reference
BUT, see the note on the server.socket_host setting on the above page.
Setting it to '0.0.0.0' doesn't work with systems which have both an
IPv4 and IPv6 stack (e.g. newer Linux systems and OS X).
>, and which cherrypy library would I need to include.
None. It is already imported by your application's start script.
Chris