Hi all, I found a little (but fatal) error at http://www.turbogears.org/docs/deployment/mod_python.html
As can be read at http://trac.turbogears.org/turbogears/wiki/ModPythonIntegration, the line PythonOption cherrysetup ProjectName_start.py::mp_setup is wrong. The correct is PythonOption cherrysetup ProjectName_start::mp_setup without the py extension. I tested here, and the first way will make mpcp to look for the py module. Right? -- João Paulo da Silva -- JoãoPinga Jabber: [EMAIL PROTECTED]

