On Thu, 2006-02-02 at 13:44 +0100, Carsten Marx wrote:
> But with the following Virtual host configuration:
>    <Location />
>      SetHandler python-program
>      PythonDebug On
>      PythonPath "sys.path + ['/usr/share/trac']"
>      PythonHandler trac.web.modpython_frontend
>      PythonOption TracEnv "/home/svn/trac-files/mobilemediovis"
>      PythonOption TracUriRoot /
>    </Location>

/usr/share/trac doesn't need to be on the PythonPath, I don't think this
would hurt anything, but there's no Python code in that directory, just
other resources used by Trac.

-- 
Matthew Good <[EMAIL PROTECTED]>

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

Reply via email to