Hi!

I installed Trac as a packet on Debian, all works fine when I run tracd,
but I'd like it to run under Apache with mod_python. I get a "500
Internal Server error" when trying to access it through the web.

Here are my versions:
Apache 2.0.54
mod_python 3.1.3
python 2.3.5

httpd.conf:
<Location /projects/poolplayers.at>
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /var/trac/poolplayers.at
   PythonOption TracUriRoot /projects/poolplayers.at
</Location>

Apache error.log:
[Fri Jun 30 21:21:46 2006] [error] [client 62.116.70.74] PythonHandler
trac.web.modpython_frontend: Traceback (most recent call last):
[Fri Jun 30 21:21:46 2006] [error] [client 62.116.70.74] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/mod_python/apache.py", line 287, in
HandlerDispatch\n    log=debug)
[Fri Jun 30 21:21:46 2006] [error] [client 62.116.70.74] PythonHandler
trac.web.modpython_frontend:   File
"/usr/lib/python2.3/site-packages/mod_python/apache.py", line 454, in
import_module\n    f, p, d = imp.find_modu
[Fri Jun 30 21:21:46 2006] [error] [client 62.116.70.74] PythonHandler
trac.web.modpython_frontend: ImportError: No module named web

I have also installed Python 2.4.3 on this system. Can this be the cause
of this error?

thx in advance
GP






_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to