On Fri, May 6, 2016 at 4:26 PM, <[email protected]> wrote: > <Location /projects> > SetHandler mod_python > PythonInterpreter main_interpreter > PythonHandler trac.web.modpython_frontend > PythonOption TracEnvParentDir /home/projects > PythonOption TracUriRoot /projects > PythonOption PYTHON_EGG_CACHE /tmp/egg-cache > </Location> > > I configured correctly?
It seems to be correct. But I suppose your mod_python module is broken. * Are you using Cent OS 6 or 7? * Are you using version of Python (2.6 or 2.7)? * Cent OS 6: 2.6.6 * Cent OS 7: 2.7.5 * How to build/install mod_python? The mod_python is not distributed from Cent OS 6 and 7. * Is your mod_python.so linking to libpython2.6 or 2.7? -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
