Problem on Installing Trac
- From: ttimonen (at) movial.fi (Toni Timonen)
- Date: Fri, 17 Feb 2006 19:51:17 +0200
On Tue, Feb 14, 2006 at 10:45:23AM +0800, Alex Lee wrote:
> And follow the installation step in
> [1]http://projects.edgewall.com/trac/wiki/TracOnWindows
>
> But while I test Trac, I get unexpected message:
>
> Oops...
>
> Trac detected an internal error:
>
> No module named web
>
> Traceback (most recent call last):
> File "C:\AppServ\www\cgi-bin\trac.py", line 19, in ?
> from trac.web import cgi_frontend
> ImportError: No module named web
> Would someone please give me a hint to fix it?
Easiest way to fix this is to put location of your trac installation
to PYTHONPATH (the directory having file trac/web/cgi_frontend.py).
Alternatively you can put two lines: <<EOF
import sys
sys.path += ['/path/to/your/trac/installation']
EOF
into your trac.cgi file just before the 'try:' line.
--
Toni Timonen
040-5111863,GPG 0x7984A4FD
_______________________________________________
Trac mailing list
Trac (at) lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac