On 2/14/06, Alex Lee <[EMAIL PROTECTED]> wrote: > And follow the installation step in > 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 > > Content-Type: text/plain >
I have just updated the TracOnWindows page the other day, but didn't do any updates to the http://projects.edgewall.com/trac/wiki/TracOnWindows#AddTractoApache section. I suspect the problem is in this section. Particularly the PYTHONPATH directive looks a bit strange to me... Sorry, I don't have the time right now to try and reproduce your problem. I have two suggestions for now: 1. The far easiest way to get something running is with the 'tracd' stand alone server instead of with Apache, see http://projects.edgewall.com/trac/wiki/TracOnWindowsStandalone 2. Try to look at the generic (unix syntax) CGI setup instructions at http://projects.edgewall.com/trac/wiki/TracCgi - that might give you some things to try out. -- JornH _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
