> >>> ImportError: No module named trac
> this is what I get on my debian system, that has an identical setup
> as the osx version.
>
> so apache does not load the trac.frontend module?
>
> is this what causes that trac will not run under apache?

A probable cause is a path issue: the Python interpreter that is run
through the mod_python module cannot locate the "trac" directory.

You may need to add
   PythonPath "sys.path+['tracpath']
directive (in <Location /test> section), where 'tracpath' is the
directory that contains your trac python files. In other words, if you
cd to 'tracpath', you should see the file
trac/web/modpython_frontend.py

Note that you are using a quite outdated release of Trac - you'd better upgrade.

Cheers,
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to