[root@host104 ~]# cat /proc/version Linux version 3.10.0-229.el7.x86_64 ([email protected]) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Fri Mar 6 11:36:42 UTC 2015
[root@host104 ~]# python Python 2.7.5 (default, Nov 20 2015, 02:00:19) [GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] on linux2 python-libs.i686 2.7.5-34.el7 在 2016年5月6日星期五 UTC+8下午4:12:22,Jun Omae写道: > > On Fri, May 6, 2016 at 4:26 PM, <[email protected] <javascript:>> 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] <javascript:>> (大前 潤) > -- 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.
